diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d94e0ddab5..b4a84328b1 100644 --- a/configure.in +++ b/configure.in @@ -335,6 +335,9 @@ AC_CHECK_HEADERS(linux/netfilter_ipv4.h, #endif #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> +#endif +#ifdef HAVE_NETINET_IN_H +#include <netinet/in.h> #endif]) if test x$transparent = xtrue ; then |