]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
this does not compile on linux
authorkostas <>
Sun, 22 Feb 1998 18:52:12 +0000 (18:52 +0000)
committerkostas <>
Sun, 22 Feb 1998 18:52:12 +0000 (18:52 +0000)
< #include config.h
---
> #include "config.h"

include/snprintf.h

index 70da03f0ebe4fecebc622f4464f6a43d546f6e4d..144a12fe1ceeb98bbb897ea6a0918bc35fd813e7 100644 (file)
@@ -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: */