summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-26 15:41:17 +0200
committerGünther Deschner <gd@samba.org>2010-04-26 22:52:59 +0200
commit1983d0dde7c33666c5e0c1082d0c2604e6d1e860 (patch)
treee49ec637a6f798eb7a64d6e2d7728adef5303d52 /source4/ntvfs/ipc
parent874335c48d4132a4b41acd45dc2c5dc11df18b7a (diff)
downloadsamba-1983d0dde7c33666c5e0c1082d0c2604e6d1e860.tar.gz
samba-1983d0dde7c33666c5e0c1082d0c2604e6d1e860.tar.bz2
samba-1983d0dde7c33666c5e0c1082d0c2604e6d1e860.zip
s4: use generated rap header.
Guenther
Diffstat (limited to 'source4/ntvfs/ipc')
-rw-r--r--source4/ntvfs/ipc/ipc_rap.c2
-rw-r--r--source4/ntvfs/ipc/rap_server.c2
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
3 files changed, 3 insertions, 3 deletions
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"