summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_shell.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-03 00:03:03 +0200
committerGünther Deschner <gd@samba.org>2010-08-06 15:43:38 +0200
commit002ac5681f95760968bc5111cc39e849a0449c44 (patch)
treeec6b269c000c464607470fc4bb1c7f53d6e5ef1a /source3/utils/net_rpc_shell.c
parent164ee0fe56af9e4b1f30c83165b0580220ac9531 (diff)
downloadsamba-002ac5681f95760968bc5111cc39e849a0449c44.tar.gz
samba-002ac5681f95760968bc5111cc39e849a0449c44.tar.bz2
samba-002ac5681f95760968bc5111cc39e849a0449c44.zip
s3-net: only include netapi header when needed.
Guenther
Diffstat (limited to 'source3/utils/net_rpc_shell.c')
-rw-r--r--source3/utils/net_rpc_shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_shell.c b/source3/utils/net_rpc_shell.c
index b04e6bd5b1..d005da63e7 100644
--- a/source3/utils/net_rpc_shell.c
+++ b/source3/utils/net_rpc_shell.c
@@ -22,6 +22,7 @@
#include "popt_common.h"
#include "utils/net.h"
#include "../librpc/gen_ndr/ndr_samr.h"
+#include "lib/netapi/netapi.h"
static NTSTATUS rpc_sh_info(struct net_context *c,
TALLOC_CTX *mem_ctx, struct rpc_sh_ctx *ctx,