From: hno <> Date: Fri, 12 May 2006 01:59:07 +0000 (+0000) Subject: Need config.h before any system heaers X-Git-Tag: SQUID_3_0_PRE4~146 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3e67b7dd04b899495cb2aad78f67380c74940ea;p=thirdparty%2Fsquid.git Need config.h before any system heaers --- diff --git a/lib/assert.c b/lib/assert.c index 6efe101fdb..067898f80f 100644 --- a/lib/assert.c +++ b/lib/assert.c @@ -1,6 +1,6 @@ /* - * $Id: assert.c,v 1.1 2006/05/10 22:03:07 hno Exp $ + * $Id: assert.c,v 1.2 2006/05/11 19:59:07 hno Exp $ * * AUTHOR: Henrik Nordstrom * @@ -32,6 +32,8 @@ * */ +#include "config.h" + #include #include