]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From: "Sparks, Alan" <asparks@harris.com>
authorwessels <>
Fri, 31 Jul 1998 05:16:50 +0000 (05:16 +0000)
committerwessels <>
Fri, 31 Jul 1998 05:16:50 +0000 (05:16 +0000)
Without this, SNMP fails to compile on my Sun or HP box.

snmplib/snmplib_debug.c

index 9b7aecacc536964d0d450d18153fec2bc04e2181..976d1f546b575dbcbb3f68fac7dcd006b95e53e0 100644 (file)
@@ -2,6 +2,9 @@
 #if HAVE_STDIO_H
 #include <stdio.h>
 #endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #ifdef __STDC__
 #include <stdarg.h>
 #else