diff options
author | Günther Deschner <gd@samba.org> | 2010-04-26 15:41:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-26 22:52:59 +0200 |
commit | 1983d0dde7c33666c5e0c1082d0c2604e6d1e860 (patch) | |
tree | e49ec637a6f798eb7a64d6e2d7728adef5303d52 /source4/ntvfs/ipc | |
parent | 874335c48d4132a4b41acd45dc2c5dc11df18b7a (diff) | |
download | samba-1983d0dde7c33666c5e0c1082d0c2604e6d1e860.tar.gz |
s4: use generated rap header.
Guenther
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r-- | source4/ntvfs/ipc/ipc_rap.c | 2 | ||||
-rw-r--r-- | source4/ntvfs/ipc/rap_server.c | 2 | ||||
-rw-r--r-- | source4/ntvfs/ipc/vfs_ipc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/ipc/ipc_rap.c b/source4/ntvfs/ipc/ipc_rap.c index 277e346c4b4..a40fb54e9a3 100644 --- a/source4/ntvfs/ipc/ipc_rap.c +++ b/source4/ntvfs/ipc/ipc_rap.c @@ -20,7 +20,7 @@ #include "includes.h" #include "libcli/raw/interfaces.h" -#include "libcli/rap/rap.h" +#include "../librpc/gen_ndr/rap.h" #include "events/events.h" #include "ntvfs/ipc/proto.h" #include "librpc/ndr/libndr.h" diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index fc80b664190..825a17fd12b 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -20,7 +20,7 @@ #include "includes.h" #include "param/share.h" -#include "libcli/rap/rap.h" +#include "../librpc/gen_ndr/rap.h" #include "libcli/raw/interfaces.h" #include "librpc/gen_ndr/srvsvc.h" #include "rpc_server/common/common.h" diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index 5d5c3c6eb97..1a76b9747b3 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -27,7 +27,7 @@ #include "includes.h" #include "../lib/util/dlinklist.h" #include "ntvfs/ntvfs.h" -#include "libcli/rap/rap.h" +#include "../librpc/gen_ndr/rap.h" #include "ntvfs/ipc/proto.h" #include "libcli/raw/ioctl.h" #include "param/param.h" |