]> 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:44:56 +0000 (11:44 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jan 2008 11:44:56 +0000 (11:44 +0000)
                        [RT #17513]

CHANGES
lib/dns/gssapictx.c

diff --git a/CHANGES b/CHANGES
index ca71d86d28882ff60649430b00207897d78b2dea..62f051afa04c0c29aeefa8148283a2f0f790f124 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..362f8baf1526c2d0d1598e6d13b1e46e2e0f62d1 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.8.128.1 2008/01/22 11:44:56 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>