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/utils | |
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/utils')
-rw-r--r-- | source3/utils/net_rpc_join.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index 71fcc0945c..59e92ffbd4 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/utils/net_rpc_join.c @@ -24,6 +24,7 @@ #include "../librpc/gen_ndr/cli_lsa.h" #include "../librpc/gen_ndr/cli_samr.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "rpc_client/cli_netlogon.h" /* Macro for checking RPC error codes to make things more readable */ |