From: Christos Zoulas Date: Thu, 9 Aug 2012 16:39:10 +0000 (+0000) Subject: need stddef.h X-Git-Tag: FILE5_12~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9112343f70775d78aa75bdf05964687224bf0900;p=file need stddef.h --- diff --git a/configure.ac b/configure.ac index ee05b381..0b258699 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ AC_HEADER_STDC AC_HEADER_MAJOR AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(stdint.h fcntl.h locale.h stdint.h inttypes.h unistd.h) -AC_CHECK_HEADERS(utime.h wchar.h wctype.h limits.h) +AC_CHECK_HEADERS(stddef.h utime.h wchar.h wctype.h limits.h) AC_CHECK_HEADERS(getopt.h err.h) AC_CHECK_HEADERS(sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h) AC_CHECK_HEADERS(zlib.h)