From: serassio <> Date: Mon, 11 Sep 2006 15:36:06 +0000 (+0000) Subject: Fix build error on MinGW when using --enable-icmp configure option X-Git-Tag: SQUID_3_0_PRE5~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f19d2c69cc3daf8f41424bba58b38be93c079bf3;p=thirdparty%2Fsquid.git Fix build error on MinGW when using --enable-icmp configure option --- diff --git a/src/icmp.cc b/src/icmp.cc index 0fd6f60eed..9071042fa4 100644 --- a/src/icmp.cc +++ b/src/icmp.cc @@ -1,6 +1,6 @@ /* - * $Id: icmp.cc,v 1.88 2006/09/03 18:47:18 serassio Exp $ + * $Id: icmp.cc,v 1.89 2006/09/11 09:36:06 serassio Exp $ * * DEBUG: section 37 ICMP Routines * AUTHOR: Duane Wessels @@ -36,6 +36,7 @@ #include "squid.h" #include "comm.h" +#include "SquidTime.h" #if USE_ICMP