From bffe208c044a5e95a0172b41c9e5bc7af85849ec Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 28 Apr 2006 03:01:44 +0000 Subject: [PATCH] Need to include wordlist.h for wordlistAdd() when configured with --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 5d30955be5..8c94075669 100644 --- a/src/dns.cc +++ b/src/dns.cc @@ -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 -- 2.47.2