]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
need <isc/print.h> for snprintf on OSF/1 4
authorAndreas Gustafsson <source@isc.org>
Wed, 8 Aug 2001 19:42:53 +0000 (19:42 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 8 Aug 2001 19:42:53 +0000 (19:42 +0000)
bin/rndc/rndc-confgen.c

index 89b049ec62ab3bf190de7393106af20cb217ccbb..32d811311bd1cc46e7cddcff1155775d50398d29 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc-confgen.c,v 1.7 2001/08/08 05:13:47 gson Exp $ */
+/* $Id: rndc-confgen.c,v 1.8 2001/08/08 19:42:53 gson Exp $ */
 
 #include <config.h>
 
@@ -31,6 +31,7 @@
 #include <isc/keyboard.h>
 #include <isc/mem.h>
 #include <isc/net.h>
+#include <isc/print.h>
 #include <isc/result.h>
 #include <isc/string.h>
 #include <isc/time.h>