From: amosjeffries <> Date: Thu, 20 Sep 2007 18:32:50 +0000 (+0000) Subject: Protect some more system includes and remove one duplicate. X-Git-Tag: SQUID_3_0_RC1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a3cda1e65b306e6ea1f806c9d2b4b11d090650;p=thirdparty%2Fsquid.git Protect some more system includes and remove one duplicate. --- diff --git a/include/util.h b/include/util.h index 0dd44221fe..ec46aba06c 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.77 2007/08/17 19:01:41 serassio Exp $ + * $Id: util.h,v 1.78 2007/09/20 12:32:50 amosjeffries Exp $ * * AUTHOR: Harvest Derived * @@ -35,8 +35,10 @@ #define SQUID_UTIL_H #include "config.h" + +#if HAVE_STDIO_H #include -#include +#endif #if HAVE_TIME_H #include #endif