From e880cefab72831533bab70a478a1b4ef50dd8cad Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 18 Aug 1998 09:09:50 +0000 Subject: [PATCH] need math.h --- lib/hash.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.47.3