From 9697687e25c6b7ed53e32f8fc804c483e0221a2f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 30 Aug 2010 14:47:52 +0200 Subject: dcerpc-gssapi: include missing dcerpc_krb5.h header. Guenther --- source3/librpc/rpc/dcerpc_krb5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/librpc/rpc/dcerpc_krb5.c b/source3/librpc/rpc/dcerpc_krb5.c index eb59863aba..561259adf7 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 -- cgit