]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
need math.h
authorwessels <>
Tue, 18 Aug 1998 09:09:50 +0000 (09:09 +0000)
committerwessels <>
Tue, 18 Aug 1998 09:09:50 +0000 (09:09 +0000)
lib/hash.c

index 3a34028680a1478dc9825e609ed6d8a5118c03c0..83bd67956cbf3ec87cbd5c78b0b327ddf5b6f4f5 100644 (file)
@@ -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 <assert.h>
 #endif
+#if HAVE_MATH_H
+#include <math.h>
+#endif
 
 #include "hash.h"
 #include "util.h"