diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index c37672620f..9b9e96e89b 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -27,7 +27,7 @@ #include "auth/gensec/gensec.h" #include "lib/param/param.h" #ifdef HAVE_KRB5 -#include "libcli/auth/krb5_wrap.h" +#include "auth/kerberos/pac_utils.h" #endif #include "librpc/crypto/gse.h" #include "auth/credentials/credentials.h" |