From 4451a665d20be9d8e02f9786049ad4856dc8817b Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Fri, 26 Mar 2010 00:04:08 +0100 Subject: Add missing java.includes to cc build-junit.xml --- make/build-junit.xml | 2 ++ 1 file changed, 2 insertions(+) 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> -- cgit v1.2.3