From: Amos Jeffries Date: Sun, 16 Nov 2008 03:34:52 +0000 (-0700) Subject: Fix: no such file spnegohelp.h in squid_kerb_auth helper X-Git-Tag: SQUID_3_2_0_1~1328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d162cd362f086efc89d6bebd8a9ae7681f89095;p=thirdparty%2Fsquid.git Fix: no such file spnegohelp.h in squid_kerb_auth helper --- diff --git a/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c b/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c index b2621f67d6..17f509d1b8 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c +++ b/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c @@ -78,7 +78,7 @@ #include "base64.h" #ifndef HAVE_SPNEGO -#include "spnegohelp.h" +#include "spnegohelp/spnegohelp.h" #endif #define PROGRAM "squid_kerb_auth"