From 1983d0dde7c33666c5e0c1082d0c2604e6d1e860 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 26 Apr 2010 15:41:17 +0200 Subject: s4: use generated rap header. Guenther --- source4/ntvfs/ipc/ipc_rap.c | 2 +- source4/ntvfs/ipc/rap_server.c | 2 +- source4/ntvfs/ipc/vfs_ipc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/ntvfs/ipc') diff --git a/source4/ntvfs/ipc/ipc_rap.c b/source4/ntvfs/ipc/ipc_rap.c index 277e346c4b..a40fb54e9a 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 fc80b66419..825a17fd12 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 5d5c3c6eb9..1a76b9747b 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" -- cgit