]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need to include wordlist.h for wordlistAdd() when configured with
authorwessels <>
Fri, 28 Apr 2006 03:01:44 +0000 (03:01 +0000)
committerwessels <>
Fri, 28 Apr 2006 03:01:44 +0000 (03:01 +0000)
--disable-internal-dns.

src/dns.cc

index 5d30955be558127c0d6cbd4fd8ed95f41bb33359..8c940756690800d037deb7e7d4d61739653c037b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: dns.cc,v 1.93 2004/04/10 13:10:17 hno Exp $
+ * $Id: dns.cc,v 1.94 2006/04/27 21:01:44 wessels Exp $
  *
  * DEBUG: section 34    Dnsserver interface
  * AUTHOR: Harvest Derived
@@ -35,6 +35,7 @@
 
 #include "squid.h"
 #include "Store.h"
+#include "wordlist.h"
 
 /* MS VisualStudio Projects are monolitich, so we need the following
    #if to include the external DNS code in compile process when