s3: Fix examples/VFS build
authorVolker Lendecke <vl@samba.org>
Tue, 13 Dec 2011 20:26:21 +0000 (21:26 +0100)
committerVolker Lendecke <vlendec@samba.org>
Tue, 13 Dec 2011 22:40:37 +0000 (23:40 +0100)
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

examples/VFS/shadow_copy_test.c
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c

index 0efceb423407ac4a073612b1ee5ee146b53d5cf2..8e6fd69b1bd0061e9b274d3e09fc56e7fa672910 100644 (file)
@@ -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"
 
index ae42d1c2089f130366b77eb5722bffb60f5fe60e..7b67e56352270fbda6b2cccdf8058730c9ab4d60 100644 (file)
@@ -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 
index 85079b40c93fc692ad115f3963ca63016a24848e..b38479003bb60988de4c4fa6f56d16d7063e3944 100644 (file)
@@ -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