]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
needed isc/string.h for memset() prototype
authorDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 22:36:34 +0000 (22:36 +0000)
committerDavid Lawrence <source@isc.org>
Wed, 26 Jul 2000 22:36:34 +0000 (22:36 +0000)
lib/isc/hmacmd5.c

index f3771c6ed245ce862eb0541fa63c5262e0e58920..6204db7983bd96258ff590f3d5ca0694d146f36c 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: hmacmd5.c,v 1.1 2000/07/17 17:33:31 bwelling Exp $ */
+/* $Id: hmacmd5.c,v 1.2 2000/07/26 22:36:34 tale Exp $ */
 
 /*
  * This code implements the HMAC-MD5 keyed hash algorithm
@@ -27,6 +27,7 @@
 #include <isc/assertions.h>
 #include <isc/hmacmd5.h>
 #include <isc/md5.h>
+#include <isc/string.h>
 #include <isc/types.h>
 #include <isc/util.h>