diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:25:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:42:32 +0200 |
commit | 3f2719c20296d55766bf6d9f43dea50ab259e0e6 (patch) | |
tree | 87faeaa69e49f892b934ec3457acca6313ac942e /source3/winbindd/winbindd_rpc.c | |
parent | 7a8e34fe868158ee5591e1640477d28c62de5b67 (diff) | |
download | samba-3f2719c20296d55766bf6d9f43dea50ab259e0e6.tar.gz samba-3f2719c20296d55766bf6d9f43dea50ab259e0e6.tar.xz samba-3f2719c20296d55766bf6d9f43dea50ab259e0e6.zip |
s3-rpc_client: move protos to cli_samr.h
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_rpc.c')
-rw-r--r-- | source3/winbindd/winbindd_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_rpc.c b/source3/winbindd/winbindd_rpc.c index 793cc430f04..e1c8e2eeda6 100644 --- a/source3/winbindd/winbindd_rpc.c +++ b/source3/winbindd/winbindd_rpc.c @@ -25,6 +25,7 @@ #include "includes.h" #include "winbindd.h" #include "../librpc/gen_ndr/cli_samr.h" +#include "rpc_client/cli_samr.h" #include "../librpc/gen_ndr/cli_lsa.h" #undef DBGC_CLASS |