xkbcomp: Include Xdefs.h for Atom in tokens.h
authorDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:17:13 +0000 (08:17 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sun, 29 Mar 2009 15:17:13 +0000 (08:17 -0700)
src/xkbcomp/tokens.h

index 970f3d4..573dca2 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef TOKENS_H
 #define        TOKENS_H 1
 
+#include <X11/Xdefs.h>
+
 #define        END_OF_FILE     0
 #define        ERROR_TOK       255