Index: build.xml
===================================================================
--- build.xml	(revision 14134)
+++ build.xml	(working copy)
@@ -1348,6 +1348,7 @@
       <arg line="${rvm.c++.args}"/>
       <arg value="-o"/>
       <arg value="${build.base}/${rvmexec.dll}"/>
+      <arg value="-I${build.native}"/>
       <arg value="${bl.dir}/org_jikesrvm_scheduler_greenthreads_VM_0005fProcess.c"/>
     </exec>
 
@@ -1359,6 +1360,7 @@
       <arg value="${build.base}/${rvmdynlib.dll}"/>
       <arg value="-L${build.base}"/>
       <arg value="-lrvm"/>
+      <arg value="-I${build.native}"/>
       <arg value="${bl.dir}/org_jikesrvm_runtime_VM_0005fDynamicLibrary.c"/>
     </exec>
 
Index: tools/bootImageRunner/org_jikesrvm_scheduler_greenthreads_VM_0005fProcess.c
===================================================================
--- tools/bootImageRunner/org_jikesrvm_scheduler_greenthreads_VM_0005fProcess.c	(revision 14134)
+++ tools/bootImageRunner/org_jikesrvm_scheduler_greenthreads_VM_0005fProcess.c	(working copy)
@@ -38,7 +38,7 @@
 #include "InterfaceDeclarations.h"
 
 // generated class header
-#include "org_jikesrvm_scheduler_greenthreads_VM_0005fProcess.h"
+#include "org_jikesrvm_scheduler_greenthreads_VM_Process.h"
 
 // local stuff
 
Index: tools/bootImageRunner/org_jikesrvm_runtime_VM_0005fDynamicLibrary.c
===================================================================
--- tools/bootImageRunner/org_jikesrvm_runtime_VM_0005fDynamicLibrary.c	(revision 14134)
+++ tools/bootImageRunner/org_jikesrvm_runtime_VM_0005fDynamicLibrary.c	(working copy)
@@ -19,7 +19,7 @@
 #include <jni.h>
 
 // generated class header
-#include "org_jikesrvm_runtime_VM_0005fDynamicLibrary.h"
+#include "org_jikesrvm_runtime_VM_DynamicLibrary.h"
 
 extern struct JavaVM_ sysJavaVM;
 
