]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/peer_proxy_negotiate_auth.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / peer_proxy_negotiate_auth.cc
index 6a74434823fc1d8eada0550a08a7d1708b4ba48f..e05db06ac5640d4258ab44d282be9d5d1ccee012 100644 (file)
@@ -25,7 +25,9 @@
  * Hosted at http://sourceforge.net/projects/squidkerbauth
  */
 
-#include <squid.h>
+#include "squid.h"
+#include "base64.h"
+#include "Debug.h"
 
 #if HAVE_KRB5 && HAVE_GSSAPI
 #ifdef __cplusplus