From: serassio <> Date: Sun, 3 Jul 2005 00:51:01 +0000 (+0000) Subject: Fixed warning errors during build on FreeBSD and Solaris x86 X-Git-Tag: SQUID_3_0_PRE4~713 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1226a468da4555c3137df75809ffb50714b64741;p=thirdparty%2Fsquid.git Fixed warning errors during build on FreeBSD and Solaris x86 --- diff --git a/helpers/basic_auth/MSNT/std-defines.h b/helpers/basic_auth/MSNT/std-defines.h index a52ef101a2..2d16102aae 100644 --- a/helpers/basic_auth/MSNT/std-defines.h +++ b/helpers/basic_auth/MSNT/std-defines.h @@ -26,7 +26,6 @@ #ifndef _STD_DEFINES_H_ #define _STD_DEFINES_H_ -#include "config.h" #define BOOL int16_t #define int16 int16_t diff --git a/helpers/basic_auth/MSNT/valid.c b/helpers/basic_auth/MSNT/valid.c index 2abdcc350c..9c6b0f07ed 100644 --- a/helpers/basic_auth/MSNT/valid.c +++ b/helpers/basic_auth/MSNT/valid.c @@ -1,3 +1,4 @@ +#include "config.h" #include #include #include