summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-05-09 20:17:13 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-05-09 20:17:13 +0100
commit693d0578f258eab612615e1a3d14b28f6e6825d8 (patch)
tree85aa69df3846fc387bab0978ac108448c0b6f3f8 /include
parent3e3ddd43e93f615bd783cde723032d14c834f474 (diff)
downloadxorg-lib-libxkbcommon-693d0578f258eab612615e1a3d14b28f6e6825d8.tar.gz
Include xkbcommon-names.h from xkbcommon.h
So clients only have one file to include. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index 8ecb388..727c5be 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -83,6 +83,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stddef.h>
#include <stdint.h>
+#include <xkbcommon/xkbcommon-names.h>
#include <xkbcommon/xkbcommon-keysyms.h>
#define XKB_KEY_NoSymbol 0L /* special KeySym */