From: hno <> Date: Mon, 1 Jul 2002 14:55:32 +0000 (+0000) Subject: Inclure getopt.h if available X-Git-Tag: SQUID_3_0_PRE1~933 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd3a580671e5d3e412d55a3fb1e7332152aaf20;p=thirdparty%2Fsquid.git Inclure getopt.h if available --- diff --git a/src/dnsserver.cc b/src/dnsserver.cc index 2f763c421d..6c5a08c32c 100644 --- a/src/dnsserver.cc +++ b/src/dnsserver.cc @@ -1,6 +1,6 @@ /* - * $Id: dnsserver.cc,v 1.59 2001/09/04 01:02:50 robertc Exp $ + * $Id: dnsserver.cc,v 1.60 2002/07/01 08:55:32 hno Exp $ * * DEBUG: section 0 DNS Resolver * AUTHOR: Harvest Derived @@ -128,6 +128,9 @@ #if HAVE_SYS_SELECT_H #include #endif +#if HAVE_GETOPT_H +#include +#endif #if HAVE_ARPA_NAMESER_H #include