From 002ac5681f95760968bc5111cc39e849a0449c44 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 3 Aug 2010 00:03:03 +0200 Subject: s3-net: only include netapi header when needed. Guenther --- source3/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 00ebe13af5..56eb42e0ed 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -34,6 +34,7 @@ #include "../librpc/gen_ndr/cli_initshutdown.h" #include "../librpc/gen_ndr/cli_winreg.h" #include "secrets.h" +#include "lib/netapi/netapi.h" static int net_mode_share; static bool sync_files(struct copy_clistate *cp_clistate, const char *mask); -- cgit