From d434f297100b54461ea6c40b962ee15e2bc44376 Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 18 Jun 2002 00:27:30 +0000 Subject: [PATCH] Fixed some include dependencies --- lib/ntlmauth.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.3