From: serassio <> Date: Sun, 28 May 2006 22:04:59 +0000 (+0000) Subject: Include getopt.h X-Git-Tag: SQUID_3_0_PRE4~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3e3ff4f332d05f44d4c9c8ba6c1fca0cbce4dd7;p=thirdparty%2Fsquid.git Include getopt.h --- diff --git a/tools/squidclient.cc b/tools/squidclient.cc index be61de8b43..03323a09de 100644 --- a/tools/squidclient.cc +++ b/tools/squidclient.cc @@ -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 #endif +#if HAVE_GETOPT_H +#include +#endif #include "util.h"