summaryrefslogtreecommitdiff
path: root/examples/VFS/skel_opaque.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-13 21:26:21 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-13 23:40:37 +0100
commitb87e88710c6e6d994c439a6c82aa68baf8abfdd4 (patch)
tree9400fb4dcabb84fc678b72abaf24689ae6bf1bbf /examples/VFS/skel_opaque.c
parent9eb3c053b843c4615869f774ee68dda73fe62d7d (diff)
downloadsamba-b87e88710c6e6d994c439a6c82aa68baf8abfdd4.tar.gz
samba-b87e88710c6e6d994c439a6c82aa68baf8abfdd4.tar.bz2
samba-b87e88710c6e6d994c439a6c82aa68baf8abfdd4.zip
s3: Fix examples/VFS build
With other builds in the include path, examples get the includes.h wrong Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 23:40:37 CET 2011 on sn-devel-104
Diffstat (limited to 'examples/VFS/skel_opaque.c')
-rw-r--r--examples/VFS/skel_opaque.c2
1 files changed, 1 insertions, 1 deletions
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