From bf18403c819f241578bde334d296f3e7d7c57389 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 28 Feb 2011 10:19:44 +0100 Subject: s3-rpc_client: Move client pipe functions to own header. --- source3/librpc/rpc/dcerpc_ep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc/rpc') diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c index f4ebc041cb..54db4cdbca 100644 --- a/source3/librpc/rpc/dcerpc_ep.c +++ b/source3/librpc/rpc/dcerpc_ep.c @@ -21,6 +21,7 @@ #include "librpc/rpc/dcerpc.h" #include "librpc/rpc/dcerpc_ep.h" #include "../librpc/gen_ndr/ndr_epmapper_c.h" +#include "rpc_client/cli_pipe.h" #define EPM_MAX_ANNOTATION_SIZE 64 -- cgit