diff options
-rw-r--r-- | lib/replace/system/kerberos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/system/kerberos.h b/lib/replace/system/kerberos.h index ec3eff17c7..7762d4be46 100644 --- a/lib/replace/system/kerberos.h +++ b/lib/replace/system/kerberos.h @@ -37,7 +37,7 @@ #include <com_err.h> #endif -#if HAVE_GSSAPI_GSSAPI_EXT_H +#ifdef HAVE_GSSAPI_GSSAPI_EXT_H #include <gssapi/gssapi_ext.h> #elif HAVE_GSSAPI_GSSAPI_H #include <gssapi/gssapi.h> |