From 85e4a7a5b36f1131ee742f108811e994af9efce9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 11 Sep 2006 19:33:27 +0000 Subject: r18394: get the lsa client code to link (This used to be commit 96e412a04cedc4c361c08e0ed1d141f3b018728b) --- source3/include/rpc_client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/include/rpc_client.h') diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index 0524f037e2..0b3bd0505a 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -21,6 +21,11 @@ #ifndef _RPC_CLIENT_H #define _RPC_CLIENT_H +/* autogenerated client stubs */ + +#include "librpc/gen_ndr/cli_unixinfo.h" +#include "librpc/gen_ndr/cli_lsa.h" + /* macro to expand cookie-cutter code in cli_xxx() using rpc_api_pipe_req() */ #define CLI_DO_RPC_INTERNAL( pcli, ctx, p_idx, opnum, q_in, r_out, \ -- cgit