]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include <isc/print.h> in gen.c
authorEvan Hunt <each@isc.org>
Wed, 3 Oct 2012 14:59:57 +0000 (07:59 -0700)
committerEvan Hunt <each@isc.org>
Wed, 3 Oct 2012 14:59:57 +0000 (07:59 -0700)
lib/dns/gen.c

index 91b27ce5b862a5d26f3c43ad851b8dab768ca772..bbc63dc8108581c8e5a39f45aabc994d5e15ee05 100644 (file)
@@ -26,6 +26,8 @@
 #define _CRT_SECURE_NO_DEPRECATE 1
 #endif
 
+#include <isc/print.h>
+
 #include <sys/types.h>
 
 #include <ctype.h>