From: wessels <> Date: Mon, 5 Jan 1998 07:59:31 +0000 (+0000) Subject: must include config.h for HAVE_SNPRINTF and HAVE_VSNPRINTF defs X-Git-Tag: SQUID_3_0_PRE1~4262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2082b04bfa9bd1cc5047c684da539e5084b9ad16;p=thirdparty%2Fsquid.git must include config.h for HAVE_SNPRINTF and HAVE_VSNPRINTF defs --- diff --git a/lib/snprintf.c b/lib/snprintf.c index 5f3be08af6..ec9a3cf987 100644 --- a/lib/snprintf.c +++ b/lib/snprintf.c @@ -54,7 +54,7 @@ * for xinetd. */ - +#include "config.h" #if !HAVE_SNPRINTF || !HAVE_VSNPRINTF #include