X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FPOSIX.cc;h=209c37a36844b20a51e77b8ee64b146c68400f57;hb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f;hp=203ac8af519ef636799b4317d2fe45036aaba2aa;hpb=fa437b8b1bdf01b3bbdabec990b60833cd6c68f0;p=org.ibex.core.git diff --git a/src/org/xwt/plat/POSIX.cc b/src/org/xwt/plat/POSIX.cc index 203ac8a..209c37a 100644 --- a/src/org/xwt/plat/POSIX.cc +++ b/src/org/xwt/plat/POSIX.cc @@ -1,12 +1,31 @@ // 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 + +// FIXME: we don't need all these +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include jstring org::xwt::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key);