]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix: no such file spnegohelp.h in squid_kerb_auth helper
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 03:34:52 +0000 (20:34 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 16 Nov 2008 03:34:52 +0000 (20:34 -0700)
helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c

index b2621f67d602ecaa3ec62b2c570ec5b4dd174b44..17f509d1b81603e66f1243be0e358948d6afc605 100644 (file)
@@ -78,7 +78,7 @@
 
 #include "base64.h"
 #ifndef HAVE_SPNEGO
-#include "spnegohelp.h"
+#include "spnegohelp/spnegohelp.h"
 #endif
 
 #define PROGRAM "squid_kerb_auth"