diff options
-rw-r--r-- | source3/librpc/crypto/gse.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 064ccda2eb..6e3066a9d0 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -22,14 +22,16 @@ #include "includes.h" #include "gse.h" -#if defined(HAVE_KRB5) && defined(HAVE_GSSAPI_GSSAPI_EXT_H) && defined(HAVE_GSS_WRAP_IOV) +#if defined(HAVE_KRB5) && defined(HAVE_GSS_WRAP_IOV) #include "smb_krb5.h" #include "gse_krb5.h" #include <gssapi/gssapi.h> #include <gssapi/gssapi_krb5.h> +#ifdef HAVE_GSSAPI_GSSAPI_EXT_H #include <gssapi/gssapi_ext.h> +#endif #ifndef GSS_KRB5_INQ_SSPI_SESSION_KEY_OID #define GSS_KRB5_INQ_SSPI_SESSION_KEY_OID_LENGTH 11 |