]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
must include config.h for HAVE_SNPRINTF and HAVE_VSNPRINTF defs
authorwessels <>
Mon, 5 Jan 1998 07:59:31 +0000 (07:59 +0000)
committerwessels <>
Mon, 5 Jan 1998 07:59:31 +0000 (07:59 +0000)
lib/snprintf.c

index 5f3be08af64d85cc338599a61693c0664f696c58..ec9a3cf98752c566982971d18c998808ae94efa9 100644 (file)
@@ -54,7 +54,7 @@
  * <panos@alumni.cs.colorado.edu> for xinetd.
  */
 
-
+#include "config.h"
 #if !HAVE_SNPRINTF || !HAVE_VSNPRINTF
 
 #include <stdio.h>