From: serassio <> Date: Sun, 3 Jul 2005 01:08:32 +0000 (+0000) Subject: Fixed warning errors during build on FreeBSD and Solaris x86 X-Git-Tag: SQUID_3_0_PRE4~712 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60dbdd1ff416b58981f6d014669b7a5382b5b96d;p=thirdparty%2Fsquid.git Fixed warning errors during build on FreeBSD and Solaris x86 --- diff --git a/helpers/basic_auth/MSNT/msntauth.c b/helpers/basic_auth/MSNT/msntauth.c index 46aa2210c5..38dd410757 100644 --- a/helpers/basic_auth/MSNT/msntauth.c +++ b/helpers/basic_auth/MSNT/msntauth.c @@ -31,13 +31,14 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "util.h" + #include #include #include #include #include -#include "util.h" #include "msntauth.h" extern char version[]; diff --git a/helpers/ntlm_auth/SMB/smbval/std-includes.h b/helpers/ntlm_auth/SMB/smbval/std-includes.h index 4a8a3de4c6..d772c1dd75 100644 --- a/helpers/ntlm_auth/SMB/smbval/std-includes.h +++ b/helpers/ntlm_auth/SMB/smbval/std-includes.h @@ -24,7 +24,6 @@ */ /* the types are provided by squid's configure preocess */ -#include "config.h" #define BOOL int16_t #define int16 int16_t diff --git a/helpers/ntlm_auth/SMB/smbval/valid.c b/helpers/ntlm_auth/SMB/smbval/valid.c index 1da8d36bea..f2f6e294a1 100644 --- a/helpers/ntlm_auth/SMB/smbval/valid.c +++ b/helpers/ntlm_auth/SMB/smbval/valid.c @@ -1,3 +1,4 @@ +#include "config.h" #include #include #include