libxkbcomp: Include X.h and Xdefs.h for Atom and Bool

master
Dan Nicholson 2009-03-27 19:30:11 -07:00
parent 30e0103216
commit f3677538f4
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#define DEBUG_VAR debugFlags
#endif
#include <X11/X.h>
#include <X11/Xdefs.h>
#include "utils.h"
#include <X11/extensions/XKM.h>