From: wessels <> Date: Fri, 20 Oct 2006 11:34:20 +0000 (+0000) Subject: Need to #include helper.h in dns.cc for --disable-internal-dns X-Git-Tag: SQUID_3_0_PRE5~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64df672a4d79e5b04b65e2b3f55b83b3a5eaded;p=thirdparty%2Fsquid.git Need to #include helper.h in dns.cc for --disable-internal-dns --- diff --git a/src/dns.cc b/src/dns.cc index c00cf38724..b1a18b074e 100644 --- a/src/dns.cc +++ b/src/dns.cc @@ -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