diff options
Diffstat (limited to 'source3/include/smb_krb5.h')
-rw-r--r-- | source3/include/smb_krb5.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/include/smb_krb5.h b/source3/include/smb_krb5.h index adbb0debc3..042b7ebe40 100644 --- a/source3/include/smb_krb5.h +++ b/source3/include/smb_krb5.h @@ -10,9 +10,7 @@ #define KRB5_DEPRECATED #endif -#if HAVE_KRB5_H -#include <krb5.h> -#endif +#include "libcli/auth/krb5_wrap.h" #if HAVE_GSSAPI_GSSAPI_H #include <gssapi/gssapi.h> @@ -22,10 +20,6 @@ #include <gssapi.h> #endif -#if HAVE_COM_ERR_H -#include <com_err.h> -#endif - #ifndef KRB5_ADDR_NETBIOS #define KRB5_ADDR_NETBIOS 0x14 #endif |