From: Amos Jeffries Date: Thu, 29 Jul 2010 01:10:13 +0000 (-0600) Subject: Debug stub requires stdio.h X-Git-Tag: SQUID_3_1_6~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=605059c8000f7d24cdf7c8c92abdf85f41d07c8e;p=thirdparty%2Fsquid.git Debug stub requires stdio.h --- diff --git a/src/stub_debug.cc b/src/stub_debug.cc index 9a3fc6166b..3792dd0b52 100644 --- a/src/stub_debug.cc +++ b/src/stub_debug.cc @@ -5,6 +5,10 @@ #include "config.h" #include "Debug.h" +#if HAVE_STDIO_H +#include +#endif + FILE *debug_log = NULL; int Debug::Levels[MAX_DEBUG_SECTIONS]; int Debug::level;