From: Mark Andrews Date: Wed, 30 Jul 2003 01:10:46 +0000 (+0000) Subject: #include [RT #8537] X-Git-Tag: v9.2.3rc2~9^2~18 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d19fc9d988171a1a7ff87d200b86c9aa657aa3be;p=thirdparty%2Fbind9.git #include [RT #8537] --- diff --git a/lib/isc/hash.c b/lib/isc/hash.c index bb40b953c4a..ae04b2c1c7a 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')