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

index c8469da94d86f1c95a3e9921db4e59b9d7f2bd51..bf5b9efb944a3cdcd86b7fbeab5d4d75a2b79048 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ACLCertificateData.cc,v 1.8 2005/05/08 06:36:45 hno Exp $
+ * $Id: ACLCertificateData.cc,v 1.9 2006/04/23 14:28:06 serassio Exp $
  *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
@@ -38,6 +38,7 @@
 #include "ACLCertificateData.h"
 #include "authenticate.h"
 #include "ACLChecklist.h"
+#include "wordlist.h"
 
 ACLCertificateData::ACLCertificateData(SSLGETATTRIBUTE *sslStrategy) : attribute (NULL), values (), sslAttributeCall (sslStrategy)
 {}