diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/system/kerberos.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/include/system/kerberos.h b/source4/include/system/kerberos.h index 392300267e..d5fc0209e5 100644 --- a/source4/include/system/kerberos.h +++ b/source4/include/system/kerberos.h @@ -27,7 +27,11 @@ #undef HAVE_KRB5 #endif -#ifdef HAVE_GSSAPI_H +#ifdef HAVE_GSSAPI_KRB5_H +#include <gssapi_krb5.h> +#elif defined(HAVE_GSSAPI_KRB5_H) +#include <gssapi/gssapi_krb5.h> +#elif defined(HAVE_GSSAPI_H) #include <gssapi.h> #elif defined(HAVE_GSSAPI_GSSAPI_H) #include <gssapi/gssapi.h> |