mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
#include ISC_PLATFORM_KRB5HEADER [RT #22798]
This commit is contained in:
parent
dde1d911c1
commit
c2f37a77cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue