From 0563c5bacf96d1b6759acd78377c417715f30fff Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 11:33:53 +1100 Subject: 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 --- source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntptr/simple_ldb/ntptr_simple_ldb.c') 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" -- cgit