From d19fc9d988171a1a7ff87d200b86c9aa657aa3be Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 30 Jul 2003 01:10:46 +0000 Subject: [PATCH] #include [RT #8537] --- lib/isc/hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/isc/hash.c b/lib/isc/hash.c index bb40b953c4..ae04b2c1c7 100644 --- a/lib/isc/hash.c +++ b/lib/isc/hash.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hash.c,v 1.4 2003/07/29 04:31:23 marka Exp $ */ +/* $Id: hash.c,v 1.5 2003/07/30 01:10:46 marka Exp $ */ /* * Some portion of this code was derived from universal hash function @@ -69,6 +69,7 @@ if advised of the possibility of such damage. #include #include #include +#include #include #define HASH_MAGIC ISC_MAGIC('H', 'a', 's', 'h')