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/utils | |
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/utils')
-rw-r--r-- | source3/utils/net_rpc_shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c index 11facf933b..b1de4d24c5 100644 --- a/source3/utils/net_rpc_shell.c +++ b/source3/utils/net_rpc_shell.c @@ -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, |