From: Günther Deschner Date: Mon, 30 Aug 2010 12:47:52 +0000 (+0200) Subject: dcerpc-gssapi: include missing dcerpc_krb5.h header. X-Git-Tag: samba-4.0.0alpha13~627 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=9697687e25c6b7ed53e32f8fc804c483e0221a2f;p=nivanova%2Fsamba-autobuild%2F.git dcerpc-gssapi: include missing dcerpc_krb5.h header. Guenther --- diff --git a/source3/librpc/rpc/dcerpc_krb5.c b/source3/librpc/rpc/dcerpc_krb5.c index eb59863abaf..561259adf7d 100644 --- a/source3/librpc/rpc/dcerpc_krb5.c +++ b/source3/librpc/rpc/dcerpc_krb5.c @@ -20,6 +20,7 @@ #include "includes.h" #include "smb_krb5.h" #include "secrets.h" +#include "librpc/rpc/dcerpc_krb5.h" #ifdef HAVE_KRB5