]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need to define time_t in the header now.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Apr 2008 03:29:02 +0000 (15:29 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 11 Apr 2008 03:29:02 +0000 (15:29 +1200)
src/IPInterception.cc
src/IPInterception.h

index 0612cb9e326bd3da9b0ffdd37aac74afbb4f2584..ae213916f939cd78b7b60f4cabb81822ec56bc2a 100644 (file)
  *
  */
 
+#include "IPInterception.h"
+
 #include "squid.h"
 #include "clientStream.h"
-#include "IPInterception.h"
-#include "SquidTime.h"
 #include "fde.h"
 
 #if IPF_TRANSPARENT
index 363a2728e7a36b043bc59adcbfe0eb59d5881a0c..ab988d3edba01953baf23e7c1dd3ef34299b60ef 100644 (file)
@@ -11,6 +11,9 @@
 
 class IPAddress;
 
+/* for time_t */
+#include "SquidTime.h"
+
 /**
  \defgroup IPInterceptAPI IP Interception and Transparent Proxy API
  \ingroup SquidComponent