summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/VFS/shadow_copy_test.c2
-rw-r--r--examples/VFS/skel_opaque.c2
-rw-r--r--examples/VFS/skel_transparent.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c
index 0efceb4234..8e6fd69b1b 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 <http://www.gnu.org/licenses/>.
*/
-#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 ae42d1c208..7b67e56352 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 85079b40c9..b38479003b 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