X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FLinux.cc;h=37118c3a6e2b7db1e4b7140071788dc52da992ce;hb=ac0b1db223ee818fa2fe812d8d2e18089781ee6a;hp=e96c23c40041ddde9630ef0f2b1e8a3ebf3a8267;hpb=a41252ba1e0f5dd90100aa2064c011268809c038;p=org.ibex.core.git diff --git a/src/org/ibex/plat/Linux.cc b/src/org/ibex/plat/Linux.cc index e96c23c..37118c3 100644 --- a/src/org/ibex/plat/Linux.cc +++ b/src/org/ibex/plat/Linux.cc @@ -1,7 +1,12 @@ +// IMPORTANT: inclusion order: always include gcjh'ed headers first, then superclass cc's, then system headers +#undef file #include -#include "X11.cc" - +#include +#include +#include #include +#include "X11.cc" +#include // we love libgcj! extern const char **_Jv_argv;