diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:26:03 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:42:37 +0200 |
commit | 5ed365411278ca19d69216ca969e91c4725c2c08 (patch) | |
tree | 8566f675331b25aa8110697becbcbc4873bd2afd /source3/libsmb | |
parent | 3f2719c20296d55766bf6d9f43dea50ab259e0e6 (diff) | |
download | samba-5ed365411278ca19d69216ca969e91c4725c2c08.tar.gz samba-5ed365411278ca19d69216ca969e91c4725c2c08.tar.bz2 samba-5ed365411278ca19d69216ca969e91c4725c2c08.zip |
s3-rpc_client: move protos to cli_netlogon.h
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/trusts_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |