X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fxwt%2Fplat%2FPOSIX.cc;h=209c37a36844b20a51e77b8ee64b146c68400f57;hb=6648a20efb79368af2fb16d1694afa685c04a0fc;hp=a34d202596891565db4119e2967707fab77d8c02;hpb=be2d711e27133f883605d804cf23cf83bd258370;p=org.ibex.core.git diff --git a/src/org/xwt/plat/POSIX.cc b/src/org/xwt/plat/POSIX.cc index a34d202..209c37a 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 @@ -13,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -23,8 +27,6 @@ #include #include -#include "GCJ.cc" - jstring org::xwt::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1];