X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FPOSIX.cc;h=9155c804f707c1995e2f4cc41ab4ae2fcb2bce33;hb=798082a9cf2856f50f91483da37b5d9661355f00;hp=a34d202596891565db4119e2967707fab77d8c02;hpb=99ed0a0824a0bd20bea291d3950b921957388e0b;p=org.ibex.core.git diff --git a/src/org/xwt/plat/POSIX.cc b/src/org/xwt/plat/POSIX.cc index a34d202..9155c80 100644 --- a/src/org/xwt/plat/POSIX.cc +++ b/src/org/xwt/plat/POSIX.cc @@ -1,11 +1,14 @@ // Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] // see below for copyright information on the second portion of this file +#include "GCJ.cc" + #include #include #include +#include +#include #include -#include #include #include @@ -23,8 +26,6 @@ #include #include -#include "GCJ.cc" - jstring org::xwt::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1];