diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 11:33:53 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 0563c5bacf96d1b6759acd78377c417715f30fff (patch) | |
tree | b769f62de7a337fa42c3e9f7648d0a7e3b639c50 /source4/ntptr | |
parent | ac8e9106862fc4d49c070d3d307f43df9d7cc842 (diff) | |
download | samba-0563c5bacf96d1b6759acd78377c417715f30fff.tar.gz samba-0563c5bacf96d1b6759acd78377c417715f30fff.tar.bz2 samba-0563c5bacf96d1b6759acd78377c417715f30fff.zip |
s4-rpc: split the dcesrv reply code out of dcerpc_server
this allows us to remove a dependency on the dcerpc_server from code
that uses rpc forwarding
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c index 2790f8359d..641f5d3959 100644 --- a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c +++ b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c @@ -35,6 +35,8 @@ #include "dsdb/samdb/samdb.h" #include "ldb_wrap.h" #include "../lib/util/util_ldb.h" +#include "librpc/gen_ndr/dcerpc.h" +#include "rpc_server/dcerpc_server.h" #include "rpc_server/common/common.h" #include "param/param.h" |