# HG changeset patch # User Ryan C. Gordon # Date 1139430552 0 # Node ID 82c38796c7caeb486e1b101a37082f7642c32651 # Parent adc8ff3c95972689443dbb23c76de530bd8ff6f8 Changed X11 header order so it works on Solaris. Fixes Bugzilla #138. --ryan. diff -r adc8ff3c9597 -r 82c38796c7ca src/video/x11/SDL_x11dyn.h --- 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 #include #include +#include #include -#include #include