From 2b144531f1a760514f217012e9dab01359b7a0d7 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 May 2012 18:25:28 +0200 Subject: gse: Use the smb_gss_oid_equal wrapper. Signed-off-by: Andreas Schneider --- source4/auth/kerberos/kerberos.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/kerberos/kerberos.h') diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h index dd28e53413..0be6d74a8b 100644 --- a/source4/auth/kerberos/kerberos.h +++ b/source4/auth/kerberos/kerberos.h @@ -27,6 +27,7 @@ #include "auth/kerberos/krb5_init_context.h" #include "librpc/gen_ndr/krb5pac.h" #include "lib/krb5_wrap/krb5_samba.h" +#include "lib/krb5_wrap/gss_samba.h" struct auth_user_info_dc; struct cli_credentials; -- cgit