X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=dc24f7c7da5208a2f6f9c58bf13e5a9b4b465ee2;hb=0cd2953d4136a72ddb38b54054f63d497b0e5526;hp=d593dadcfe2d393769f6c5f70d3b34092228c101;hpb=ddabda536acf33abbfef28bc199d2b3ae7219b46;p=tinc diff --git a/configure.ac b/configure.ac index d593dadc..dc24f7c7 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,7 @@ AS_IF([test "x$enable_hardening" != "xno"], dnl Checks for header files. dnl We do this in multiple stages, because unlike Linux all the other operating systems really suck and don't include their own dependencies. -AC_CHECK_HEADERS([syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/resource.h sys/socket.h sys/time.h sys/un.h sys/wait.h netdb.h arpa/inet.h dirent.h getopt.h]) +AC_CHECK_HEADERS([syslog.h sys/file.h sys/ioctl.h sys/mman.h sys/param.h sys/resource.h sys/socket.h sys/time.h sys/un.h sys/wait.h netdb.h arpa/inet.h dirent.h getopt.h stddef.h]) AC_CHECK_HEADERS([net/if.h net/if_types.h net/ethernet.h net/if_arp.h netinet/in_systm.h netinet/in.h netinet/in6.h netpacket/packet.h], [], [], [#include "$srcdir/src/have.h"] )