]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <isc/print.h>
authorMark Andrews <marka@isc.org>
Wed, 29 Sep 2010 04:30:13 +0000 (04:30 +0000)
committerMark Andrews <marka@isc.org>
Wed, 29 Sep 2010 04:30:13 +0000 (04:30 +0000)
bin/tests/hashes/t_hashes.c

index 4ad44260be7b2057e9d447bf0fe8424a6daa8ed9..edfec48d2883c3dfb2348c55ed6733d8cfd632c0 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: t_hashes.c,v 1.2 2010/09/29 04:00:16 marka Exp $ */
+/* $Id: t_hashes.c,v 1.3 2010/09/29 04:30:13 marka Exp $ */
 
 /*
  * -d1 or larger shows hash or HMAC result even if correct
 #include <isc/hmacmd5.h>
 #include <isc/hmacsha.h>
 #include <isc/md5.h>
+#include <isc/print.h>
 #include <isc/sha1.h>
-#include <isc/util.h>
 #include <isc/string.h>
+#include <isc/util.h>
 
 #include <tests/t_api.h>