From 2eda750489196757e1aefff6b2920e8bbace4f2e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 7 Jul 2008 15:17:23 +0000 Subject: Backport: Patch from coderman: detect transparent proxy header correctly on some linux versions. svn:r15727 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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 +#endif +#ifdef HAVE_NETINET_IN_H +#include #endif]) if test x$transparent = xtrue ; then -- cgit v1.2.3-54-g00ecf