changeset 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 adc8ff3c9597
children c643342f3f33
files src/video/x11/SDL_x11dyn.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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>