From: Amos Jeffries Date: Fri, 15 Aug 2008 10:57:53 +0000 (+1200) Subject: Author: Henrik Nordstrom X-Git-Tag: SQUID_3_0_STABLE9~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8933eab9b0a32ce5f1f6901d3833578214cb998b;p=thirdparty%2Fsquid.git Author: Henrik Nordstrom Shield netdb.h include. Not available on all platforms (Windows) --- diff --git a/src/wccp2.cc b/src/wccp2.cc index 3e44664076..f3118860dd 100644 --- a/src/wccp2.cc +++ b/src/wccp2.cc @@ -41,7 +41,9 @@ #include "SwapDir.h" #if USE_WCCPv2 +#if HAVE_NETDB_H #include +#endif #define WCCP_PORT 2048 #define WCCP_RESPONSE_SIZE 12448