--------------------- PatchSet 7406 Date: 2008/02/25 02:34:09 Author: amosjeffries Branch: cleanup Tag: (none) Log: dependency fix in PingData.h Members: src/PingData.h:1.1->1.1.56.1 Index: squid3/src/PingData.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/PingData.h,v retrieving revision 1.1 retrieving revision 1.1.56.1 diff -u -r1.1 -r1.1.56.1 --- squid3/src/PingData.h 17 Oct 2003 02:12:32 -0000 1.1 +++ squid3/src/PingData.h 25 Feb 2008 02:34:09 -0000 1.1.56.1 @@ -1,6 +1,5 @@ - /* - * $Id: PingData.h,v 1.1 2003/10/17 02:12:32 squidadm Exp $ + * $Id: PingData.h,v 1.1.56.1 2008/02/25 02:34:09 amosjeffries Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -31,10 +30,15 @@ * * Copyright (c) 2003, Robert Collins */ - #ifndef SQUID_PINGDATA_H #define SQUID_PINGDATA_H +#include "config.h" + +#ifdef HAVE_SYS_TIME_H +#include +#endif + class ping_data {