From: Francesco Chemolli Date: Fri, 20 Aug 2010 12:55:51 +0000 (+0200) Subject: Fixed build issue in purge tool. X-Git-Tag: take1~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357b8e3328ffdc8c96b769c70b61a71cab799227;p=thirdparty%2Fsquid.git Fixed build issue in purge tool. --- diff --git a/tools/purge/purge.cc b/tools/purge/purge.cc index e0cae9610b..3a905eb663 100644 --- a/tools/purge/purge.cc +++ b/tools/purge/purge.cc @@ -125,7 +125,7 @@ #include // TCP_NODELAY #include #include // gethostbyname() -#include +//#include //comes via compat.h #include "convert.hh" #include "socket.hh"