From: kostas <> Date: Sun, 22 Feb 1998 18:52:12 +0000 (+0000) Subject: this does not compile on linux X-Git-Tag: SQUID_3_0_PRE1~4034 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895280678ddea749f5d60d6bc40e204ca3c7f445;p=thirdparty%2Fsquid.git this does not compile on linux < #include config.h --- > #include "config.h" --- diff --git a/include/snprintf.h b/include/snprintf.h index 70da03f0eb..144a12fe1c 100644 --- a/include/snprintf.h +++ b/include/snprintf.h @@ -1,6 +1,6 @@ /* if you have configure you can use this */ #if defined(HAVE_CONFIG_H) -#include config.h +#include "config.h" #endif /* varargs declarations: */