Commit 8ffa371395ac0f3c3942d60dd63509c534c877c0

Daniel Stone 2009-04-25T18:13:24

XKBcommon.h: Make header self-contained Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/X11/extensions/XKBcommon.h b/include/X11/extensions/XKBcommon.h
index bb7bec3..090c22b 100644
--- a/include/X11/extensions/XKBcommon.h
+++ b/include/X11/extensions/XKBcommon.h
@@ -30,6 +30,8 @@ authorization from the authors.
 
 #include <stdio.h>
 #include <X11/Xfuncproto.h>
+#include <X11/extensions/XKBstrcommon.h>
+#include <X11/extensions/XKBrulescommon.h>
 
 /* Action structures used in the server */
 typedef struct _XkbcModAction {