aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-26 00:04:08 +0100
committerSven Gothel <[email protected]>2010-03-26 00:04:08 +0100
commit4451a665d20be9d8e02f9786049ad4856dc8817b (patch)
treedd157d4e7cea6953ff80629a293d7045b83e7884
parentf06e190ef1b7c84433c5e3d9f7ce1e3899d4d7e9 (diff)
Add missing java.includes to cc build-junit.xml
-rw-r--r--make/build-junit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 82a0403..2a6807d 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -155,6 +155,8 @@
<fileset dir="${gluegen.root}"><patternset refid="@{c.compiler.src.files}"/></fileset>
<compiler extends="@{compiler.cfg.id}" >
+ <sysincludepath path="${java.includes.dir}"/>
+ <sysincludepath path="${java.includes.dir.platform}"/>
<includepath path="${test.junit.dir}"/>
<includepath path="${build_t.gen}/native"/>
</compiler>