]> granicus.if.org Git - file/commitdiff
need stddef.h
authorChristos Zoulas <christos@zoulas.com>
Thu, 9 Aug 2012 16:39:10 +0000 (16:39 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 9 Aug 2012 16:39:10 +0000 (16:39 +0000)
configure.ac

index ee05b381808ff4cd1f86ec8a394c4be761165288..0b25869995da485ea254330cc877a074f20553a2 100644 (file)
@@ -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)