]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed build issue in purge tool.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 20 Aug 2010 12:55:51 +0000 (14:55 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 20 Aug 2010 12:55:51 +0000 (14:55 +0200)
tools/purge/purge.cc

index e0cae9610bda516ffd92bfa07106ec74197a31b8..3a905eb6635844d2c2b6800e97e3ee5fd20d368a 100644 (file)
 #include <netinet/tcp.h>  // TCP_NODELAY
 #include <arpa/inet.h>
 #include <netdb.h>        // gethostbyname()
-#include <regex.h>
+//#include <regex.h>    //comes via compat.h
 
 #include "convert.hh"
 #include "socket.hh"