From f64df672a4d79e5b04b65e2b3f55b83b3a5eaded Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 20 Oct 2006 11:34:20 +0000 Subject: [PATCH] Need to #include helper.h in dns.cc for --disable-internal-dns --- src/dns.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3