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:
Tim Kientzle 2005-11-01 05:53:16 +00:00
parent a6afb4f5dc
commit e8e12ab4e1

View File

@ -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"