]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed some include dependencies
authorhno <>
Tue, 18 Jun 2002 00:27:30 +0000 (00:27 +0000)
committerhno <>
Tue, 18 Jun 2002 00:27:30 +0000 (00:27 +0000)
lib/ntlmauth.c

index cd504e084e90d3b5145ddf29b1729c9b07789c82..14154b5d242c858c39b57186ee3dff2da05666e2 100644 (file)
@@ -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 <string.h>
@@ -31,6 +30,9 @@
 #include <strings.h>
 #endif
 
+#include "ntlmauth.h"
+#include "util.h"              /* for base64-related stuff */
+
 #if UNUSED_CODE
 /* Dumps NTLM flags to standard error for debugging purposes */
 void