s3-build: only use ndr_samr.h where needed.
authorGünther Deschner <gd@samba.org>
Fri, 28 May 2010 00:18:21 +0000 (02:18 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 28 May 2010 00:49:36 +0000 (02:49 +0200)
Guenther

source3/libsmb/passchange.c
source3/rpc_server/srv_lsa_hnd.c
source3/rpcclient/cmd_test.c
source3/utils/net_rpc_shell.c

index 4a81a2141774cbfcb2ee14438482677cdbdac20a..88f1ca8da272167b0ff4eb0cf4116eab4019406a 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "rpc_client/cli_samr.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
 
 /*************************************************************
  Change a password on a remote machine using IPC calls.
index f1ab77485905e1d18afbcc5d87c8d5fb9fa20842..7cc1b4361190c8ceae36bde0e3f8a1e433cb5ad5 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "../librpc/gen_ndr/ndr_lsa.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV
index 263c45e5a2e3410bf72d59a56bf8662197daf11c..e854df9a780eb196a1b72dcec4eb300f1543dbfb 100644 (file)
@@ -22,6 +22,7 @@
 #include "rpcclient.h"
 #include "../librpc/gen_ndr/cli_lsa.h"
 #include "rpc_client/cli_lsarpc.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
 
 static NTSTATUS cmd_testme(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
                           int argc, const char **argv)
index 11facf933bbe6698c0d90ac282b8cf2eaadc10fd..b1de4d24c50d8a426d5fc0dc2ae68435113c8018 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "utils/net.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
 
 static NTSTATUS rpc_sh_info(struct net_context *c,
                            TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx,