2003/02/25 21:37:13
[org.ibex.core.git] / src / org / xwt / plat / POSIX.cc
index 87c7b3d..a34d202 100644 (file)
@@ -23,6 +23,8 @@
 #include <java/lang/System.h>
 #include <java/io/PrintStream.h>
 
+#include "GCJ.cc"
+
 jstring org::xwt::plat::POSIX::_getEnv(jstring key) {
     int len = JvGetStringUTFLength(key);
     char buf[len + 1];