From 66adb84e46489a94ea49fc70d93dfe90a601617c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 May 2010 02:18:21 +0200 Subject: s3-build: only use ndr_samr.h where needed. Guenther --- source3/utils/net_rpc_shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') 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, -- cgit