X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fibex%2Fplat%2FLinux.cc;h=82d53f9f4b24cd5ddf8b172469dae3a4de1e4c00;hb=81eda5b4fc7bdf083aa6af02c971d3a75a3c39d5;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..82d53f9 100644 --- a/src/org/ibex/plat/Linux.cc +++ b/src/org/ibex/plat/Linux.cc @@ -1,7 +1,16 @@ -#include -#include "X11.cc" +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. +// IMPORTANT: inclusion order: always include gcjh'ed headers first, then superclass cc's, then system headers +#undef file +#include +#include +#include +#include #include +#include "X11.cc" +#include // we love libgcj! extern const char **_Jv_argv;