Add missing includes for Solaris

This commit is contained in:
David Sundstrom
2011-10-28 11:27:09 -05:00
parent 20f9549c8f
commit 21dcb56a72
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <X11/Xlib.h>
#include <X11/Xutil.h> #include <X11/Xutil.h>
#include <X11/Xatom.h> #include <X11/Xatom.h>

View File

@@ -22,6 +22,7 @@
#include <string.h> #include <string.h>
#ifdef WITH_XKBFILE #ifdef WITH_XKBFILE
#include <X11/Xlib.h>
#include <X11/XKBlib.h> #include <X11/XKBlib.h>
#include <X11/extensions/XKBfile.h> #include <X11/extensions/XKBfile.h>
#include <X11/extensions/XKBrules.h> #include <X11/extensions/XKBrules.h>