From e7a6a3ec0da01666c8e0c9772007ce7146df9d75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:32:52 +0200 Subject: s3: avoid global include of ads.h. Guenther --- source3/winbindd/winbindd_cred_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_cred_cache.c') diff --git a/source3/winbindd/winbindd_cred_cache.c b/source3/winbindd/winbindd_cred_cache.c index 22e135a381..ab8934bfd4 100644 --- a/source3/winbindd/winbindd_cred_cache.c +++ b/source3/winbindd/winbindd_cred_cache.c @@ -25,6 +25,7 @@ #include "winbindd.h" #include "../libcli/auth/libcli_auth.h" #include "smb_krb5.h" +#include "libads/kerberos_proto.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit