diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:12:31 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | 56640a8501625d29745269fcddc1980c6b751a2a (patch) | |
tree | 542598bd28bfe0293bf587eddfd3ab08e9a8816b /source4/ntvfs/ipc | |
parent | 1748d10e47c1000c56594a103c35b7962b5a5da2 (diff) | |
download | samba-56640a8501625d29745269fcddc1980c6b751a2a.tar.gz samba-56640a8501625d29745269fcddc1980c6b751a2a.tar.bz2 samba-56640a8501625d29745269fcddc1980c6b751a2a.zip |
s4-rpc_server: split out DCERPC_SHARE as a separate subsystem
this avoids a problem with -Wl,-no-undefined in the ntvfs layer
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs/ipc')
-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 126c78ca93..dbd1fccfea 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -24,6 +24,7 @@ #include "libcli/raw/interfaces.h" #include "librpc/gen_ndr/srvsvc.h" #include "rpc_server/common/common.h" +#include "rpc_server/common/share.h" #include "param/param.h" #include "ntvfs/ipc/ipc.h" #include "ntvfs/ipc/proto.h" |