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

index 8ea3eaaf3dfcf5e14b55e97fbfa5f8d559dd01cb..d77144a6a5251ce0866e9f8203a3023b4b27992b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nslookup.c,v 1.101.18.18 2009/05/06 10:21:00 fdupont Exp $ */
+/* $Id: nslookup.c,v 1.101.18.19 2009/05/06 11:43:14 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>