From 64b664155b16b0995af7cc87f54c613350127f9e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 31 Mar 2011 00:34:28 +0200 Subject: s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.h Guenther --- source3/rpc_client/rpc_transport_tstream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpc_client/rpc_transport_tstream.c') diff --git a/source3/rpc_client/rpc_transport_tstream.c b/source3/rpc_client/rpc_transport_tstream.c index ebbdc03685..248b09f049 100644 --- a/source3/rpc_client/rpc_transport_tstream.c +++ b/source3/rpc_client/rpc_transport_tstream.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "rpc_client/rpc_transport.h" #include "lib/tsocket/tsocket.h" #include "libsmb/cli_np_tstream.h" #include "cli_pipe.h" -- cgit