diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 19:16:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 19:16:44 +0100 |
commit | 8dbc19758b87c41ada780c20edac0c500ab2daa1 (patch) | |
tree | 88f24a9f5d304a1b3a5c9ab6509395bb38af3cfb /configure.ac | |
parent | d53eca894011f31b698a13cf41d31e2d19c7e427 (diff) |
fix compiler warnings
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bb771dc2a..6561c8754 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_PROG_CC_C99 CFLAGS="-Wall -Wno-address-of-packed-member $CFLAGS" # Checks for header files. -AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h]) +AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h sys/socket.h sys/un.h netinet/in.h netinet/ip.h]) # Require minimum libgcrypt version |