From b87e88710c6e6d994c439a6c82aa68baf8abfdd4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Dec 2011 21:26:21 +0100 Subject: [PATCH] s3: Fix examples/VFS build With other builds in the include path, examples get the includes.h wrong Autobuild-User: Volker Lendecke Autobuild-Date: Tue Dec 13 23:40:37 CET 2011 on sn-devel-104 --- examples/VFS/shadow_copy_test.c | 2 +- examples/VFS/skel_opaque.c | 2 +- examples/VFS/skel_transparent.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c index 0efceb42340..8e6fd69b1bd 100644 --- a/examples/VFS/shadow_copy_test.c +++ b/examples/VFS/shadow_copy_test.c @@ -18,7 +18,7 @@ * along with this program; if not, see . */ -#include "includes.h" +#include "../source3/include/includes.h" #include "ntioctl.h" #include "smbd/proto.h" diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c index ae42d1c2089..7b67e563522 100644 --- a/examples/VFS/skel_opaque.c +++ b/examples/VFS/skel_opaque.c @@ -22,7 +22,7 @@ */ -#include "includes.h" +#include "../source3/include/includes.h" #include "smbd/proto.h" /* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c index 85079b40c93..b38479003bb 100644 --- a/examples/VFS/skel_transparent.c +++ b/examples/VFS/skel_transparent.c @@ -22,7 +22,7 @@ */ -#include "includes.h" +#include "../source3/include/includes.h" #include "smbd/proto.h" /* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE -- 2.34.1