diff options
author | Günther Deschner <gd@samba.org> | 2011-01-18 16:32:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-18 23:54:31 +0100 |
commit | 5efe6566a0c6fb668df81eb5e524244cff442271 (patch) | |
tree | f23d121ea2c6a58d70a63e46314ee7de4872c913 /source3/rpc_client | |
parent | 6feed0c9d293426c05b4b1167fd01be35844be2c (diff) | |
download | samba-5efe6566a0c6fb668df81eb5e524244cff442271.tar.gz samba-5efe6566a0c6fb668df81eb5e524244cff442271.tar.bz2 samba-5efe6566a0c6fb668df81eb5e524244cff442271.zip |
s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index e4a989a436..36239f51e1 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -23,7 +23,7 @@ */ #include "includes.h" -#include "../librpc/gen_ndr/cli_lsa.h" +#include "../librpc/gen_ndr/ndr_lsa_c.h" #include "rpc_client/cli_lsarpc.h" #include "rpc_client/init_lsa.h" #include "../libcli/security/security.h" |