diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-28 10:19:44 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-28 18:15:04 +0100 |
commit | bf18403c819f241578bde334d296f3e7d7c57389 (patch) | |
tree | 9d6ba4e4bf25024e24e0fa8609a7e12f98b578a2 /source3/librpc | |
parent | e55937cfea387e58f646f3973971d5c7c14b0563 (diff) | |
download | samba-bf18403c819f241578bde334d296f3e7d7c57389.tar.gz samba-bf18403c819f241578bde334d296f3e7d7c57389.tar.bz2 samba-bf18403c819f241578bde334d296f3e7d7c57389.zip |
s3-rpc_client: Move client pipe functions to own header.
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc_ep.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |