diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-24 22:45:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:26 +0200 |
commit | 44fbd895e83cb92b462782b73954b4294d46428b (patch) | |
tree | 23d7b8ed5eb0e3822a4a70284bb6c70e35854ea5 /source3/include/rpc_client.h | |
parent | 36e94197d0653fe98518ce5813bfe3f9f13d13f0 (diff) | |
download | samba-44fbd895e83cb92b462782b73954b4294d46428b.tar.gz samba-44fbd895e83cb92b462782b73954b4294d46428b.tar.bz2 samba-44fbd895e83cb92b462782b73954b4294d46428b.zip |
Compile endpoint mapper pidl output
(This used to be commit fe8f9e427af3eb42d63fde96c4fe20a255facb95)
Diffstat (limited to 'source3/include/rpc_client.h')
-rw-r--r-- | source3/include/rpc_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpc_client.h b/source3/include/rpc_client.h index ce0c932981..4d1b1a77d1 100644 --- a/source3/include/rpc_client.h +++ b/source3/include/rpc_client.h @@ -35,6 +35,7 @@ #include "librpc/gen_ndr/cli_netlogon.h" #include "librpc/gen_ndr/cli_dssetup.h" #include "librpc/gen_ndr/cli_ntsvcs.h" +#include "librpc/gen_ndr/cli_epmapper.h" #define prs_init_empty( _ps_, _ctx_, _io_ ) (void) prs_init((_ps_), 0, (_ctx_), (_io_)) |