From 586b2ee82655d5849c8483eb787f5ba77c80f478 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Feb 2011 18:50:39 +0100 Subject: s3-epmap: use correct dcerpc client header in dcerpc_ep.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 2 19:50:02 CET 2011 on sn-devel-104 --- source3/librpc/rpc/dcerpc_ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/rpc/dcerpc_ep.c') 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 -- cgit