From: hno <> Date: Mon, 12 Aug 2002 22:58:11 +0000 (+0000) Subject: Cleanup of auth protocol update.. need to include util.h for rfc1738_unescape X-Git-Tag: SQUID_3_0_PRE1~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7755c789c5d7bb5207c4f35dc9a01aeecbb35128;p=thirdparty%2Fsquid.git Cleanup of auth protocol update.. need to include util.h for rfc1738_unescape --- diff --git a/helpers/basic_auth/MSNT/msntauth.c b/helpers/basic_auth/MSNT/msntauth.c index 02af0794d2..46aa2210c5 100644 --- a/helpers/basic_auth/MSNT/msntauth.c +++ b/helpers/basic_auth/MSNT/msntauth.c @@ -37,6 +37,7 @@ #include #include +#include "util.h" #include "msntauth.h" extern char version[]; diff --git a/helpers/basic_auth/PAM/pam_auth.c b/helpers/basic_auth/PAM/pam_auth.c index 04bd33ebb9..d2b960ab56 100644 --- a/helpers/basic_auth/PAM/pam_auth.c +++ b/helpers/basic_auth/PAM/pam_auth.c @@ -1,5 +1,5 @@ /* - * $Id: pam_auth.c,v 1.8 2002/08/12 01:11:50 hno Exp $ + * $Id: pam_auth.c,v 1.9 2002/08/12 16:58:11 hno Exp $ * * PAM authenticator module for Squid. * Copyright (C) 1999,2002 Henrik Nordstrom @@ -64,6 +64,8 @@ #include +#include "util.h" + #define BUFSIZE 8192 diff --git a/helpers/basic_auth/SASL/sasl_auth.c b/helpers/basic_auth/SASL/sasl_auth.c index 0878d3e0c0..082ae1e548 100644 --- a/helpers/basic_auth/SASL/sasl_auth.c +++ b/helpers/basic_auth/SASL/sasl_auth.c @@ -1,5 +1,5 @@ /* - * $Id: sasl_auth.c,v 1.3 2002/08/12 01:11:51 hno Exp $ + * $Id: sasl_auth.c,v 1.4 2002/08/12 16:58:12 hno Exp $ * * SASL authenticator module for Squid. * Copyright (C) 2002 Ian Castle @@ -31,6 +31,8 @@ #include #include +#include "util.h" + #define APP_NAME_SASL "squid_sasl_auth" int