]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed warning errors during build on FreeBSD and Solaris x86
authorserassio <>
Sun, 3 Jul 2005 00:51:01 +0000 (00:51 +0000)
committerserassio <>
Sun, 3 Jul 2005 00:51:01 +0000 (00:51 +0000)
helpers/basic_auth/MSNT/std-defines.h
helpers/basic_auth/MSNT/valid.c

index a52ef101a222c9ed10031bb353edac9266983f93..2d16102aae67f8845acc982dfb3197066eedff93 100644 (file)
@@ -26,7 +26,6 @@
 #ifndef _STD_DEFINES_H_
 #define _STD_DEFINES_H_
 
-#include "config.h"
 #define BOOL int16_t
 #define int16 int16_t
 
index 2abdcc350c6b9966aa01340a9a354b7c0217ba7e..9c6b0f07ed3de977bff09cadbc5b92680a2ed519 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include <syslog.h>