]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Inclure getopt.h if available
authorhno <>
Mon, 1 Jul 2002 14:55:32 +0000 (14:55 +0000)
committerhno <>
Mon, 1 Jul 2002 14:55:32 +0000 (14:55 +0000)
src/dnsserver.cc

index 2f763c421d76f4de7a92fb923c665a1444fb212e..6c5a08c32c8fc32e0aa9394793073902a0885345 100644 (file)
@@ -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
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#if HAVE_GETOPT_H
+#include <getopt.h>
+#endif
 
 #if HAVE_ARPA_NAMESER_H
 #include <arpa/nameser.h>