From: Amos Jeffries Date: Sun, 28 Oct 2012 09:57:13 +0000 (-0600) Subject: ext_lm_group_acl: Add missing rfc1738.h include X-Git-Tag: SQUID_3_2_4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208e3ada8b5a878df40d33d33bf6ad69cc94ccf3;p=thirdparty%2Fsquid.git ext_lm_group_acl: Add missing rfc1738.h include --- diff --git a/helpers/external_acl/LM_group/ext_lm_group_acl.cc b/helpers/external_acl/LM_group/ext_lm_group_acl.cc index 46c0da729d..1cd064ae74 100644 --- a/helpers/external_acl/LM_group/ext_lm_group_acl.cc +++ b/helpers/external_acl/LM_group/ext_lm_group_acl.cc @@ -69,7 +69,8 @@ #include "squid.h" #include "helpers/defines.h" -#include "include/util.h" +#include "rfc1738.h" +#include "util.h" #if _SQUID_CYGWIN_