--------------------- PatchSet 1086 Date: 2004/10/11 21:02:30 Author: serassio Branch: nt Tag: (none) Log: Added missing include of ipc.h when compiling with --disable-internal-dns Members: src/dns.cc:1.5.2.3->1.5.2.4 Index: squid3/src/dns.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/dns.cc,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -u -r1.5.2.3 -r1.5.2.4 --- squid3/src/dns.cc 12 Apr 2004 21:01:04 -0000 1.5.2.3 +++ squid3/src/dns.cc 11 Oct 2004 21:02:30 -0000 1.5.2.4 @@ -1,6 +1,6 @@ /* - * $Id: dns.cc,v 1.5.2.3 2004/04/12 21:01:04 serassio Exp $ + * $Id: dns.cc,v 1.5.2.4 2004/10/11 21:02:30 serassio Exp $ * * DEBUG: section 34 Dnsserver interface * AUTHOR: Harvest Derived @@ -41,6 +41,10 @@ using external DNS. */ #if USE_DNSSERVERS + +/* For the IPC type defines */ +#include "ipc.h" + static helper *dnsservers = NULL; static void