]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/MSNT/denyusers.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / MSNT / denyusers.cc
index 1f91860fc1e748adef7654d35240a5c73a1cda94..ddc995b442414c5e0acd252b00cb7a9d034aa266 100644 (file)
@@ -1,3 +1,4 @@
+#include "squid.h"
 
 /*
  * denyusers.c
@@ -43,7 +44,6 @@ Check_fordenychange(void)
     Check_forfilechange(&DenyUsers);
 }
 
-
 /*
  * Check to see if the username provided by Squid appears in the denied
  * user list. Returns 0 if the user was not found, and 1 if they were.