From: wessels <> Date: Fri, 31 Jul 1998 05:16:50 +0000 (+0000) Subject: From: "Sparks, Alan" X-Git-Tag: SQUID_3_0_PRE1~2951 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d08e118bb51f4af0942281928f59cebe7f8174;p=thirdparty%2Fsquid.git From: "Sparks, Alan" Without this, SNMP fails to compile on my Sun or HP box. --- diff --git a/snmplib/snmplib_debug.c b/snmplib/snmplib_debug.c index 9b7aecacc5..976d1f546b 100644 --- a/snmplib/snmplib_debug.c +++ b/snmplib/snmplib_debug.c @@ -2,6 +2,9 @@ #if HAVE_STDIO_H #include #endif +#if HAVE_SYS_TYPES_H +#include +#endif #ifdef __STDC__ #include #else