------------------------------------------------------------ revno: 11694 revision-id: squid3@treenet.co.nz-20121028095713-zwe7xyx4h52170uo parent: squid3@treenet.co.nz-20121028095440-1g2a0wfi3myi1qoo committer: Amos Jeffries branch nick: 3.2 timestamp: Sun 2012-10-28 03:57:13 -0600 message: ext_lm_group_acl: Add missing rfc1738.h include ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121028095713-zwe7xyx4h52170uo # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: bcd045ff0c9d6419c584942fd99877c4b3014621 # timestamp: 2012-10-31 23:03:13 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121028095440-\ # 1g2a0wfi3myi1qoo # # Begin patch === modified file 'helpers/external_acl/LM_group/ext_lm_group_acl.cc' --- helpers/external_acl/LM_group/ext_lm_group_acl.cc 2012-07-28 05:38:50 +0000 +++ helpers/external_acl/LM_group/ext_lm_group_acl.cc 2012-10-28 09:57:13 +0000 @@ -69,7 +69,8 @@ #include "squid.h" #include "helpers/defines.h" -#include "include/util.h" +#include "rfc1738.h" +#include "util.h" #if _SQUID_CYGWIN_