Include <sys/param.h> in order to get current __FreeBSD_version
in order to properly set HAVE_NL_LANGINFO. <whew!> Thanks to: Andrey Chernov PR: bin/88013 MFC after: 3 days
This commit is contained in:
parent
a6afb4f5dc
commit
e8e12ab4e1
@ -40,6 +40,7 @@
|
||||
#else
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/param.h> /* __FreeBSD_version */
|
||||
/* A default configuration for FreeBSD, used if there is no config.h. */
|
||||
#define PACKAGE_NAME "bsdtar"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user