diff options
author | Günther Deschner <gd@samba.org> | 2009-11-26 18:21:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-26 20:03:17 +0100 |
commit | 3d679a3b5fc208d8521217f6a4b4d9037b609b9b (patch) | |
tree | 9f6fd075c76225f17e4e18da477cd75720dcc35e /source3/rpcclient/cmd_netlogon.c | |
parent | 86f4536b7a128922b5d5808557e70fa243442361 (diff) | |
download | samba-3d679a3b5fc208d8521217f6a4b4d9037b609b9b.tar.gz |
s3-rpc: Avoid including every pipe's client and server stubs everywhere in samba.
Guenther
Diffstat (limited to 'source3/rpcclient/cmd_netlogon.c')
-rw-r--r-- | source3/rpcclient/cmd_netlogon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpcclient/cmd_netlogon.c b/source3/rpcclient/cmd_netlogon.c index 2fbadf2a75b..6317f8b389a 100644 --- a/source3/rpcclient/cmd_netlogon.c +++ b/source3/rpcclient/cmd_netlogon.c @@ -22,6 +22,7 @@ #include "includes.h" #include "rpcclient.h" #include "../libcli/auth/libcli_auth.h" +#include "../librpc/gen_ndr/cli_netlogon.h" static WERROR cmd_netlogon_logon_ctrl2(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, int argc, |