Changed X11 header order so it works on Solaris.

Fixes Bugzilla #138.

--ryan.
This commit is contained in:
Ryan C. Gordon 2006-02-08 20:29:12 +00:00
parent c309a78b29
commit 890fc9e8b0

View File

@ -26,8 +26,8 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/Xproto.h>
#include <X11/Xlibint.h>
#include <X11/Xproto.h>
#include <Xext/extensions/extutil.h>