Commit 1115d55549aa6a2df3b1d1e7ad557638dd5addb0

Dan Nicholson 2009-03-29T08:17:13

xkbcomp: Include Xdefs.h for Atom in tokens.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/xkbcomp/tokens.h b/src/xkbcomp/tokens.h
index 970f3d4..573dca2 100644
--- a/src/xkbcomp/tokens.h
+++ b/src/xkbcomp/tokens.h
@@ -26,6 +26,8 @@
 #ifndef TOKENS_H
 #define	TOKENS_H 1
 
+#include <X11/Xdefs.h>
+
 #define	END_OF_FILE	0
 #define	ERROR_TOK	255