From: wessels <> Date: Fri, 28 Apr 2006 03:01:44 +0000 (+0000) Subject: Need to include wordlist.h for wordlistAdd() when configured with X-Git-Tag: SQUID_3_0_PRE4~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bffe208c044a5e95a0172b41c9e5bc7af85849ec;p=thirdparty%2Fsquid.git Need to include wordlist.h for wordlistAdd() when configured with --disable-internal-dns. --- 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