From: Amos Jeffries Date: Fri, 23 Jul 2010 05:04:43 +0000 (-0600) Subject: Fix omitted part of rev10654 X-Git-Tag: SQUID_3_2_0_1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d95664dc98c3c52110742f7adcc9154190d444;p=thirdparty%2Fsquid.git Fix omitted part of rev10654 --- diff --git a/src/cf_gen.cc b/src/cf_gen.cc index c287d0ba97..c3b19b761f 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -59,6 +59,11 @@ #include "cf_gen_defines.cci" +/* libmisc pulls in dependency on time.cc via new() / mem + * but for cross-compilers we cannot link to the available time.o + */ +#include "time.cc" + #define MAX_LINE 1024 /* longest configuration line */ #define _PATH_PARSER "cf_parser.cci" #define _PATH_SQUID_CONF "squid.conf.documented"