diff options
author | Günther Deschner <gd@samba.org> | 2010-05-28 02:18:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-28 02:49:36 +0200 |
commit | 66adb84e46489a94ea49fc70d93dfe90a601617c (patch) | |
tree | 8cf3bc3480e7df86318e570cd4cb8b83c8cd1aa8 /source3/rpcclient | |
parent | 60079f59b09d5f05ac1f09b015ec9bd765269035 (diff) | |
download | samba-66adb84e46489a94ea49fc70d93dfe90a601617c.tar.gz samba-66adb84e46489a94ea49fc70d93dfe90a601617c.tar.bz2 samba-66adb84e46489a94ea49fc70d93dfe90a601617c.zip |
s3-build: only use ndr_samr.h where needed.
Guenther
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpcclient/cmd_test.c b/source3/rpcclient/cmd_test.c index 263c45e5a2..e854df9a78 100644 --- a/source3/rpcclient/cmd_test.c +++ b/source3/rpcclient/cmd_test.c @@ -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) |