diff options
author | Günther Deschner <gd@samba.org> | 2010-08-30 14:47:52 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-30 14:47:52 +0200 |
commit | 9697687e25c6b7ed53e32f8fc804c483e0221a2f (patch) | |
tree | d9c1b57bd1f83a2f1a91d432be3ead6497c13310 /source3/librpc | |
parent | d524f5851865a802441f67fe01e04380505543d4 (diff) | |
download | samba-9697687e25c6b7ed53e32f8fc804c483e0221a2f.tar.gz |
dcerpc-gssapi: include missing dcerpc_krb5.h header.
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc_krb5.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |