]> 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 23:22:05 +0000 (16:22 -0700)
(cherry picked from commit 3c18b7d3fd142eeb086c109cfc3e6504e61e8159)

lib/dns/tests/zt_test.c

index 8b506d2eb3ae5c17327cdea3f86c091c065a35c4..bacc7e16cea86f21ab0dbe890bce822dcd82b60d 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>