X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FLinux.cc;fp=src%2Forg%2Fibex%2Fplat%2FLinux.cc;h=37118c3a6e2b7db1e4b7140071788dc52da992ce;hb=6cb650297805f5c42d58fd78d82481be5fdc3d45;hp=e96c23c40041ddde9630ef0f2b1e8a3ebf3a8267;hpb=f56597a44e97463a1a46afe279773786e1ca9099;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;