]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need to #include helper.h in dns.cc for --disable-internal-dns
authorwessels <>
Fri, 20 Oct 2006 11:34:20 +0000 (11:34 +0000)
committerwessels <>
Fri, 20 Oct 2006 11:34:20 +0000 (11:34 +0000)
src/dns.cc

index c00cf38724f155bb90bdff5c28076622e64bb94f..b1a18b074e43546887c4fe580363724db690ec89 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: dns.cc,v 1.98 2006/09/03 18:47:18 serassio Exp $
+ * $Id: dns.cc,v 1.99 2006/10/20 05:34:20 wessels Exp $
  *
  * DEBUG: section 34    Dnsserver interface
  * AUTHOR: Harvest Derived
@@ -38,6 +38,7 @@
 #include "wordlist.h"
 #include "SquidTime.h"
 #include "CacheManager.h"
+#include "helper.h"
 
 /* MS VisualStudio Projects are monolitich, so we need the following
    #if to include the external DNS code in compile process when