diff options
-rw-r--r-- | libcli/auth/krb5_wrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/auth/krb5_wrap.c b/libcli/auth/krb5_wrap.c index 48f50ec02e..0a466fdd4e 100644 --- a/libcli/auth/krb5_wrap.c +++ b/libcli/auth/krb5_wrap.c @@ -21,10 +21,10 @@ */ #include "includes.h" -#include "libcli/auth/krb5_wrap.h" - #ifdef HAVE_KRB5 +#include "libcli/auth/krb5_wrap.h" + #if defined(HAVE_KRB5_PRINCIPAL2SALT) && defined(HAVE_KRB5_USE_ENCTYPE) && defined(HAVE_KRB5_STRING_TO_KEY) && defined(HAVE_KRB5_ENCRYPT_BLOCK) int create_kerberos_key_from_string_direct(krb5_context context, krb5_principal host_princ, |