Index: acconfig.h
===================================================================
RCS file: /cvsroot/squid/squid/acconfig.h,v
retrieving revision 1.18
diff -u -p -r1.18 acconfig.h
--- acconfig.h	13 Apr 2002 23:09:52 -0000	1.18
+++ acconfig.h	29 Jun 2002 22:08:42 -0000
@@ -348,7 +348,7 @@
 #undef HAVE_UNIXSOCKET
 
 /*
- * Known-size intgers
+ * Known-size integers
  */
 
 #undef int16_t
Index: src/dnsserver.c
===================================================================
RCS file: /cvsroot/squid/squid/src/dnsserver.c,v
retrieving revision 1.5
diff -u -p -r1.5 dnsserver.c
--- src/dnsserver.c	4 Sep 2001 14:27:41 -0000	1.5
+++ src/dnsserver.c	29 Jun 2002 22:08:45 -0000
@@ -128,6 +128,9 @@
 #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>

