]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
tbox wants an #include <isc/print.h>...
authorEvan Hunt <each@isc.org>
Tue, 6 Oct 2009 23:22:51 +0000 (23:22 +0000)
committerEvan Hunt <each@isc.org>
Tue, 6 Oct 2009 23:22:51 +0000 (23:22 +0000)
bin/dnssec/dnssec-keyfromlabel.c

index a08aacc6f4025db3477722fd058100ba6a4058c1..9f090c95846332c0596a23a25425c41b4706408b 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-keyfromlabel.c,v 1.19 2009/10/06 22:58:45 each Exp $ */
+/* $Id: dnssec-keyfromlabel.c,v 1.20 2009/10/06 23:22:51 each Exp $ */
 
 /*! \file */
 
@@ -28,6 +28,7 @@
 #include <isc/entropy.h>
 #include <isc/mem.h>
 #include <isc/region.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/util.h>