]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <dst/gssapi.h>
authorBrian Wellington <source@isc.org>
Thu, 12 Oct 2000 01:08:32 +0000 (01:08 +0000)
committerBrian Wellington <source@isc.org>
Thu, 12 Oct 2000 01:08:32 +0000 (01:08 +0000)
bin/named/tkeyconf.c
lib/dns/tkeyconf.c

index 00d8ed1ca3fe2ac577b2fd573d4b68b0f5bd360b..44b3fd84d182046454f0d51c14ddb092bc886faa 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tkeyconf.c,v 1.14 2000/10/12 00:39:17 bwelling Exp $ */
+/* $Id: tkeyconf.c,v 1.15 2000/10/12 01:08:32 bwelling Exp $ */
 
 #include <config.h>
 
@@ -29,6 +29,8 @@
 #include <dns/tkey.h>
 #include <dns/tkeyconf.h>
 
+#include <dst/gssapi.h>
+
 #define RETERR(x) do { \
        result = (x); \
        if (result != ISC_R_SUCCESS) \
index 00d8ed1ca3fe2ac577b2fd573d4b68b0f5bd360b..44b3fd84d182046454f0d51c14ddb092bc886faa 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: tkeyconf.c,v 1.14 2000/10/12 00:39:17 bwelling Exp $ */
+/* $Id: tkeyconf.c,v 1.15 2000/10/12 01:08:32 bwelling Exp $ */
 
 #include <config.h>
 
@@ -29,6 +29,8 @@
 #include <dns/tkey.h>
 #include <dns/tkeyconf.h>
 
+#include <dst/gssapi.h>
+
 #define RETERR(x) do { \
        result = (x); \
        if (result != ISC_R_SUCCESS) \