From: serassio <> Date: Sun, 23 Apr 2006 20:14:18 +0000 (+0000) Subject: Fixed missing wordlist.h inclusion. X-Git-Tag: SQUID_3_0_PRE4~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c913a563d4bddfa5c26537fe536250a781575340;p=thirdparty%2Fsquid.git Fixed missing wordlist.h inclusion. --- diff --git a/src/ACLARP.cc b/src/ACLARP.cc index 09ed68c44e..1e709b8c06 100644 --- a/src/ACLARP.cc +++ b/src/ACLARP.cc @@ -1,5 +1,5 @@ /* - * $Id: ACLARP.cc,v 1.19 2005/10/23 11:55:31 hno Exp $ + * $Id: ACLARP.cc,v 1.20 2006/04/23 14:14:18 serassio Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -76,6 +76,7 @@ struct arpreq #endif #include "ACLARP.h" +#include "wordlist.h" #if !USE_ARP_ACL #error USE_ARP_ACL Not defined diff --git a/src/ICAP/ICAPConfig.cc b/src/ICAP/ICAPConfig.cc index 8fca537a43..90f64807c4 100644 --- a/src/ICAP/ICAPConfig.cc +++ b/src/ICAP/ICAPConfig.cc @@ -1,6 +1,6 @@ /* - * $Id: ICAPConfig.cc,v 1.6 2006/02/17 18:11:00 wessels Exp $ + * $Id: ICAPConfig.cc,v 1.7 2006/04/23 14:14:18 serassio Exp $ * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- @@ -43,6 +43,7 @@ #include "HttpRequest.h" #include "HttpReply.h" #include "ACLChecklist.h" +#include "wordlist.h" ICAPConfig TheICAPConfig;