]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add isc/print.h
authorFrancis Dupont <fdupont@isc.org>
Wed, 6 May 2009 11:41:57 +0000 (11:41 +0000)
committerFrancis Dupont <fdupont@isc.org>
Wed, 6 May 2009 11:41:57 +0000 (11:41 +0000)
bin/dig/nslookup.c

index 77e8946714dc5a0878c0fb40af24ef9deade22cb..56796268d90f4039dc4b409f86a6f3a239322134 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.117.334.3 2009/05/06 10:18:33 fdupont Exp $ */
+/* $Id: nslookup.c,v 1.117.334.4 2009/05/06 11:41:57 fdupont Exp $ */
 
 #include <config.h>
 
@@ -26,6 +26,7 @@
 #include <isc/commandline.h>
 #include <isc/event.h>
 #include <isc/parseint.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/timer.h>
 #include <isc/util.h>