]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed missing wordlist.h inclusion.
authorserassio <>
Sun, 23 Apr 2006 20:14:18 +0000 (20:14 +0000)
committerserassio <>
Sun, 23 Apr 2006 20:14:18 +0000 (20:14 +0000)
src/ACLARP.cc
src/ICAP/ICAPConfig.cc

index 09ed68c44e8cdb60ca321a9c09719a7805fa5f47..1e709b8c06d6c488bbfb2a87789ada1e8a9fe232 100644 (file)
@@ -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
index 8fca537a438d08494c3426644b0e82aa137ff62e..90f64807c455401efa386ff6f8bd753b68f6637a 100644 (file)
@@ -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;