From 6c427bdf5cc8eb4d7d9cd7e2047321b701f62dd1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 8 Feb 2006 20:29:12 +0000 Subject: [PATCH] Changed X11 header order so it works on Solaris. Fixes Bugzilla #138. --ryan. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401355 --- src/video/x11/SDL_x11dyn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11dyn.h b/src/video/x11/SDL_x11dyn.h index c33ae1a2f..95c575a84 100644 --- a/src/video/x11/SDL_x11dyn.h +++ b/src/video/x11/SDL_x11dyn.h @@ -26,8 +26,8 @@ #include #include #include -#include #include +#include #include