From: hno <> Date: Tue, 18 Jun 2002 00:27:30 +0000 (+0000) Subject: Fixed some include dependencies X-Git-Tag: SQUID_3_0_PRE1~971 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d434f297100b54461ea6c40b962ee15e2bc44376;p=thirdparty%2Fsquid.git Fixed some include dependencies --- diff --git a/lib/ntlmauth.c b/lib/ntlmauth.c index cd504e084e..14154b5d24 100644 --- a/lib/ntlmauth.c +++ b/lib/ntlmauth.c @@ -1,5 +1,5 @@ /* - * $Id: ntlmauth.c,v 1.5 2001/10/17 12:41:48 hno Exp $ + * $Id: ntlmauth.c,v 1.6 2002/06/17 18:27:30 hno Exp $ * * * * * * * * * Legal stuff * * * * * * * * @@ -21,8 +21,7 @@ * */ -#include "ntlmauth.h" -#include "util.h" /* for base64-related stuff */ +#include "config.h" #ifdef HAVE_STRING_H #include @@ -31,6 +30,9 @@ #include #endif +#include "ntlmauth.h" +#include "util.h" /* for base64-related stuff */ + #if UNUSED_CODE /* Dumps NTLM flags to standard error for debugging purposes */ void