From 235f1485901774bfbeb0f052bc4e1397f4ef0b88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:50:02 +0100 Subject: s3-passdb: use passdb headers where 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 e0da66671a..4c523455b6 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -41,6 +41,7 @@ #include "../libcli/security/security.h" #include "libsmb/clirap.h" #include "nsswitch/libwbclient/wbclient.h" +#include "passdb.h" static int net_mode_share; static NTSTATUS sync_files(struct copy_clistate *cp_clistate, const char *mask); -- cgit