X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FX11.cc;fp=src%2Forg%2Fibex%2Fplat%2FX11.cc;h=0e91eceeb894c5f0d1e7a1c81b6ac7fd63a8e180;hb=6cb650297805f5c42d58fd78d82481be5fdc3d45;hp=680fb1e66d48c763704086e43d52d122b204404e;hpb=f56597a44e97463a1a46afe279773786e1ca9099;p=org.ibex.core.git diff --git a/src/org/ibex/plat/X11.cc b/src/org/ibex/plat/X11.cc index 680fb1e..0e91ece 100644 --- a/src/org/ibex/plat/X11.cc +++ b/src/org/ibex/plat/X11.cc @@ -1,8 +1,6 @@ // Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] // see below for copyright information on the second portion of this file -#include "POSIX.cc" - #include #include #include @@ -29,6 +27,8 @@ #include #include +#include "POSIX.cc" + // static (per-xserver) data static Visual* visual; static Colormap s_colormap;