diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index 6c5307ada4fa..2eae8025f6b5 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ +#include + /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -92,7 +94,9 @@ #define HAVE_LOCALE_H 1 /* Define if you have the header file. */ +#if __FreeBSD_version >= 500019 #define HAVE_STDINT_H 1 +#endif /* Define if you have the header file. */ #define HAVE_SYS_MMAN_H 1