From: wessels <> Date: Tue, 18 Aug 1998 09:09:50 +0000 (+0000) Subject: need math.h X-Git-Tag: SQUID_3_0_PRE1~2860 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e880cefab72831533bab70a478a1b4ef50dd8cad;p=thirdparty%2Fsquid.git need math.h --- diff --git a/lib/hash.c b/lib/hash.c index 3a34028680..83bd67956c 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,6 +1,6 @@ /* - * $Id: hash.c,v 1.2 1998/08/17 23:26:28 wessels Exp $ + * $Id: hash.c,v 1.3 1998/08/18 03:09:50 wessels Exp $ * * DEBUG: section 0 Hash Tables * AUTHOR: Harvest Derived @@ -55,6 +55,9 @@ #if HAVE_ASSERT_H #include #endif +#if HAVE_MATH_H +#include +#endif #include "hash.h" #include "util.h"