]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Include getopt.h
authorserassio <>
Sun, 28 May 2006 22:04:59 +0000 (22:04 +0000)
committerserassio <>
Sun, 28 May 2006 22:04:59 +0000 (22:04 +0000)
tools/squidclient.cc

index be61de8b439267397f4075f8f55019b3d3d4c3a5..03323a09dea8d766628bee38b0f9f52b4cc9fc12 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squidclient.cc,v 1.4 2006/05/14 17:07:45 serassio Exp $
+ * $Id: squidclient.cc,v 1.5 2006/05/28 16:04:59 serassio Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
@@ -75,6 +75,9 @@
 #if HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
+#if HAVE_GETOPT_H
+#include <getopt.h>
+#endif
 
 #include "util.h"