From 5ed365411278ca19d69216ca969e91c4725c2c08 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 18:26:03 +0200 Subject: s3-rpc_client: move protos to cli_netlogon.h Guenther --- source3/libsmb/trusts_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/trusts_util.c') diff --git a/source3/libsmb/trusts_util.c b/source3/libsmb/trusts_util.c index 8acdc0fa59..0e8e461956 100644 --- a/source3/libsmb/trusts_util.c +++ b/source3/libsmb/trusts_util.c @@ -21,6 +21,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/cli_lsa.h" +#include "rpc_client/cli_netlogon.h" /********************************************************* Change the domain password on the PDC. -- cgit