]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
silence "missing print.h" warning
authorEvan Hunt <each@isc.org>
Tue, 28 Aug 2018 22:59:20 +0000 (15:59 -0700)
committerEvan Hunt <each@isc.org>
Tue, 28 Aug 2018 22:59:20 +0000 (15:59 -0700)
lib/dns/tests/zt_test.c

index 8dfb639c4523e9b9960e7e025ff8e6f5f4bfcf63..d38d2209fe830905256c60f1a5742ec34c2f1a96 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <isc/app.h>
 #include <isc/buffer.h>
+#include <isc/print.h>
 #include <isc/task.h>
 #include <isc/timer.h>