]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include ISC_PLATFORM_KRB5HEADER [RT #22798]
authorMark Andrews <marka@isc.org>
Sun, 26 Dec 2010 23:24:18 +0000 (23:24 +0000)
committerMark Andrews <marka@isc.org>
Sun, 26 Dec 2010 23:24:18 +0000 (23:24 +0000)
bin/nsupdate/nsupdate.c

index a1b6a736950ac47f8e420188cc80334036398431..b07d28c1c2eafb8e25b29f39f76f6759e62338b9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsupdate.c,v 1.189 2010/12/24 23:47:05 tbox Exp $ */
+/* $Id: nsupdate.c,v 1.190 2010/12/26 23:24:18 marka Exp $ */
 
 /*! \file */
 
@@ -81,6 +81,7 @@
 
 #ifdef GSSAPI
 #include <dst/gssapi.h>
+#include ISC_PLATFORM_KRB5HEADER
 #endif
 #include <bind9/getaddresses.h>