diff options
Diffstat (limited to 'lib/replace/system/kerberos.h')
-rw-r--r-- | lib/replace/system/kerberos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/replace/system/kerberos.h b/lib/replace/system/kerberos.h index 10d5f76ccc..6d8c59f9b5 100644 --- a/lib/replace/system/kerberos.h +++ b/lib/replace/system/kerberos.h @@ -45,7 +45,9 @@ #include <gssapi.h> #endif +#if HAVE_GSSAPI_GSSAPI_KRB5_H #include <gssapi/gssapi_krb5.h> +#endif #endif #endif |