]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix compile error auto-testing found
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 12 Jul 2008 13:29:25 +0000 (07:29 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 12 Jul 2008 13:29:25 +0000 (07:29 -0600)
helpers/basic_auth/MSNT/confload.c

index 5823a49e1f93fd9261a7351255674ee9b5628b38..d30af411381e4091a78ba12be514b094971acf59 100644 (file)
@@ -10,6 +10,9 @@
  * authenticating function.
  */
 
+/* Squid provides a number of portability overrides */
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>