needed isc/string.h for memset() prototype

This commit is contained in:
David Lawrence
2000-07-26 22:36:34 +00:00
parent 7b04a0e1df
commit 976f44baa3

View 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>