summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-02 18:50:39 +0100
committerGünther Deschner <gd@samba.org>2011-02-02 19:50:02 +0100
commit586b2ee82655d5849c8483eb787f5ba77c80f478 (patch)
treee7bc0a02f2929c8daf58ae613d3c30d54da75a12 /source3/librpc
parent00478b0559023d6e54e07053cb21c6e6e6936f35 (diff)
downloadsamba-586b2ee82655d5849c8483eb787f5ba77c80f478.tar.gz
samba-586b2ee82655d5849c8483eb787f5ba77c80f478.tar.bz2
samba-586b2ee82655d5849c8483eb787f5ba77c80f478.zip
s3-epmap: use correct dcerpc client header in dcerpc_ep.c
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 19:50:02 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c
index ffe372c3c3..b0c910416a 100644
--- a/source3/librpc/rpc/dcerpc_ep.c
+++ b/source3/librpc/rpc/dcerpc_ep.c
@@ -20,7 +20,7 @@
#include "includes.h"
#include "librpc/rpc/dcerpc.h"
#include "librpc/rpc/dcerpc_ep.h"
-#include "librpc/gen_ndr/cli_epmapper.h"
+#include "../librpc/gen_ndr/ndr_epmapper_c.h"
#define EPM_MAX_ANNOTATION_SIZE 64