From: Amos Jeffries Date: Wed, 14 Jan 2009 11:19:42 +0000 (+1300) Subject: A bit slipped out of libip shuffle X-Git-Tag: SQUID_3_2_0_1~1261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7bbb4871ce10e159d0566b540cbb1497eb80172;p=thirdparty%2Fsquid.git A bit slipped out of libip shuffle --- diff --git a/src/ip/testIpAddress.cc b/src/ip/testIpAddress.cc index 50a58ddaf0..8743519541 100644 --- a/src/ip/testIpAddress.cc +++ b/src/ip/testIpAddress.cc @@ -12,6 +12,11 @@ CPPUNIT_TEST_SUITE_REGISTRATION( testIpAddress ); +/* so that we don't break POD dependency just for the test */ +struct timeval current_time; +double current_dtime; +time_t squid_curtime = 0; + void testIpAddress::testDefaults()