summaryrefslogtreecommitdiff
path: root/source4/rpc_server/common/forward.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 11:33:53 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit0563c5bacf96d1b6759acd78377c417715f30fff (patch)
treeb769f62de7a337fa42c3e9f7648d0a7e3b639c50 /source4/rpc_server/common/forward.c
parentac8e9106862fc4d49c070d3d307f43df9d7cc842 (diff)
downloadsamba-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/rpc_server/common/forward.c')
-rw-r--r--source4/rpc_server/common/forward.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/rpc_server/common/forward.c b/source4/rpc_server/common/forward.c
index 113ac5f6c4..45ce6dcac9 100644
--- a/source4/rpc_server/common/forward.c
+++ b/source4/rpc_server/common/forward.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include <tevent.h>
#include "rpc_server/dcerpc_server.h"
+#include "librpc/gen_ndr/dcerpc.h"
#include "rpc_server/common/common.h"
#include "messaging/irpc.h"
#include "auth/auth.h"