From 60dbdd1ff416b58981f6d014669b7a5382b5b96d Mon Sep 17 00:00:00 2001 From: serassio <> Date: Sun, 3 Jul 2005 01:08:32 +0000 Subject: [PATCH] Fixed warning errors during build on FreeBSD and Solaris x86 --- helpers/basic_auth/MSNT/msntauth.c | 3 ++- helpers/ntlm_auth/SMB/smbval/std-includes.h | 1 - helpers/ntlm_auth/SMB/smbval/valid.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2