From 70c303a7f357b2c73955b24128ac8a72b656d4e6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 31 Mar 2012 22:09:22 -0400 Subject: auth-krb: Move pac related util functions in a single place. Signed-off-by: Andreas Schneider --- source3/include/smb_krb5.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/smb_krb5.h b/source3/include/smb_krb5.h index 152652512d..88e91e1670 100644 --- a/source3/include/smb_krb5.h +++ b/source3/include/smb_krb5.h @@ -35,6 +35,7 @@ #endif #include "libcli/auth/krb5_wrap.h" +#include "auth/kerberos/pac_utils.h" #ifndef KRB5_ADDR_NETBIOS #define KRB5_ADDR_NETBIOS 0x14 -- cgit