]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <isc/string.h> [RT #8537]
authorMark Andrews <marka@isc.org>
Wed, 30 Jul 2003 01:10:46 +0000 (01:10 +0000)
committerMark Andrews <marka@isc.org>
Wed, 30 Jul 2003 01:10:46 +0000 (01:10 +0000)
lib/isc/hash.c

index bb40b953c4acf958eb82529a2267280cdb44e784..ae04b2c1c7a1a9df01d56fcb388a95efda1c7797 100644 (file)
@@ -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 <isc/random.h>
 #include <isc/refcount.h>
 #include <isc/rwlock.h>
+#include <isc/string.h>
 #include <isc/util.h>
 
 #define HASH_MAGIC             ISC_MAGIC('H', 'a', 's', 'h')