Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11dyn.h @ 1351:82c38796c7ca
Changed X11 header order so it works on Solaris.
Fixes Bugzilla #138.
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 08 Feb 2006 20:29:12 +0000 |
parents | 2b3ebc327017 |
children | 19418e4422cb |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.h Wed Feb 08 18:59:49 2006 +0000 +++ b/src/video/x11/SDL_x11dyn.h Wed Feb 08 20:29:12 2006 +0000 @@ -26,8 +26,8 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> +#include <X11/Xlibint.h> #include <X11/Xproto.h> -#include <X11/Xlibint.h> #include <Xext/extensions/extutil.h>