]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need SquidTime.h to squid_curtime
authorhno <>
Thu, 11 May 2006 02:17:12 +0000 (02:17 +0000)
committerhno <>
Thu, 11 May 2006 02:17:12 +0000 (02:17 +0000)
src/IPInterception.cc

index a814c8d396dd37aefb4734e8b6ebdb8b4e75ef47..83c57f05676d3a01107f4b71fc904d305d8daa19 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: IPInterception.cc,v 1.14 2005/10/08 08:39:42 serassio Exp $
+ * $Id: IPInterception.cc,v 1.15 2006/05/10 20:17:12 hno Exp $
  *
  * DEBUG: section 89    NAT / IP Interception 
  * AUTHOR: Robert Collins
@@ -36,6 +36,7 @@
 #include "squid.h"
 #include "clientStream.h"
 #include "IPInterception.h"
+#include "SquidTime.h"
 
 #if IPF_TRANSPARENT
 #if HAVE_SYS_IOCTL_H