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/ntvfs | |
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/ntvfs')
-rw-r--r-- | source4/ntvfs/ipc/rap_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index dbd1fccfea..8f36c09ebc 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -23,6 +23,7 @@ #include "../librpc/gen_ndr/rap.h" #include "libcli/raw/interfaces.h" #include "librpc/gen_ndr/srvsvc.h" +#include "librpc/gen_ndr/dcerpc.h" #include "rpc_server/common/common.h" #include "rpc_server/common/share.h" #include "param/param.h" |