summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-30 14:47:52 +0200
committerGünther Deschner <gd@samba.org>2010-08-30 14:47:52 +0200
commit9697687e25c6b7ed53e32f8fc804c483e0221a2f (patch)
treed9c1b57bd1f83a2f1a91d432be3ead6497c13310 /source3/librpc
parentd524f5851865a802441f67fe01e04380505543d4 (diff)
downloadsamba-9697687e25c6b7ed53e32f8fc804c483e0221a2f.tar.gz
samba-9697687e25c6b7ed53e32f8fc804c483e0221a2f.tar.bz2
samba-9697687e25c6b7ed53e32f8fc804c483e0221a2f.zip
dcerpc-gssapi: include missing dcerpc_krb5.h header.
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_krb5.c1
1 files changed, 1 insertions, 0 deletions
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