X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FPOSIX.cc;fp=src%2Forg%2Fxwt%2Fplat%2FPOSIX.cc;h=a34d202596891565db4119e2967707fab77d8c02;hb=be2d711e27133f883605d804cf23cf83bd258370;hp=87c7b3d1ba79c21d29a5ea867e954ff25bf0f3ce;hpb=e819b3bfd2a1480035b4831866071058eedcea60;p=org.ibex.core.git diff --git a/src/org/xwt/plat/POSIX.cc b/src/org/xwt/plat/POSIX.cc index 87c7b3d..a34d202 100644 --- a/src/org/xwt/plat/POSIX.cc +++ b/src/org/xwt/plat/POSIX.cc @@ -23,6 +23,8 @@ #include #include +#include "GCJ.cc" + jstring org::xwt::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1];