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
This commit is contained in:
Ryan C. Gordon 2006-02-08 20:29:12 +00:00
parent 83e8409a41
commit 6c427bdf5c

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>