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/rpc_client/cli_pipe_schannel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/rpc_client/cli_pipe_schannel.c') diff --git a/source3/rpc_client/cli_pipe_schannel.c b/source3/rpc_client/cli_pipe_schannel.c index 2c605c6c40..f9e4a2a2cf 100644 --- a/source3/rpc_client/cli_pipe_schannel.c +++ b/source3/rpc_client/cli_pipe_schannel.c @@ -22,6 +22,7 @@ #include "../librpc/gen_ndr/ndr_netlogon.h" #include "../libcli/auth/schannel.h" #include "rpc_client/cli_netlogon.h" +#include "rpc_client/cli_pipe.h" #include "librpc/gen_ndr/ndr_dcerpc.h" #include "librpc/rpc/dcerpc.h" -- cgit