include Xlib.h before XKBlib.h which is required on Solaris. #111877 from

2003-04-29  Havoc Pennington  <hp@redhat.com>

	* src/bell.h: include Xlib.h before XKBlib.h which is required on
	Solaris. #111877 from Peter O'Shea
This commit is contained in:
Havoc Pennington 2003-04-29 22:07:47 +00:00 committed by Havoc Pennington
parent 2722c277ee
commit 9569096991
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-04-29 Havoc Pennington <hp@redhat.com>
* src/bell.h: include Xlib.h before XKBlib.h which is required on
Solaris. #111877 from Peter O'Shea
2003-04-23 Havoc Pennington <hp@pobox.com>
* src/keybindings.c (process_keyboard_move_grab): support

View File

@ -19,6 +19,7 @@
* 02111-1307, USA.
*/
#include <X11/Xlib.h>
#ifdef HAVE_XKB
#include <X11/XKBlib.h>
#endif