]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2316. [port] Missing #include <isc/print.h> in lib/dns/gssapictx.c.
authorMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 11:47:54 +0000 (11:47 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 11:47:54 +0000 (11:47 +0000)
                        [RT #17513]

CHANGES
lib/dns/gssapictx.c

diff --git a/CHANGES b/CHANGES
index 5c54ea334107742b8710e544fc67dcefe641ab53..0afac298d4b6214ab9c35d334ea0b1143ff3e77c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2316.  [port]          Missing #include <isc/print.h> in lib/dns/gssapictx.c.
+                       [RT #17513]
+
 2315.   [bug]           Used incorrect address family for mapped IPv4
                         addresses in acl.c. [RT #17519]
 
index a0a62668afe29cecc9f8c6d14a99f72158f813e5..ef7b347dae3c2b6a9c4104bc8f4ce4daa5fe4565 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: gssapictx.c,v 1.8 2007/06/19 23:47:16 tbox Exp $ */
+/* $Id: gssapictx.c,v 1.9 2008/01/22 11:47:54 marka Exp $ */
 
 #include <config.h>
 
@@ -28,6 +28,7 @@
 #include <isc/lex.h>
 #include <isc/mem.h>
 #include <isc/once.h>
+#include <isc/print.h>
 #include <isc/random.h>
 #include <isc/string.h>
 #include <isc/time.h>