From c6897d2698eaf3716b522bb207b8e052f5722601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 9 May 2012 08:33:04 -0400 Subject: Add XKB version of X11 keysyms With this we're now completely standalone. add vendor keysyms --- include/xkbcommon/xkbcommon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xkbcommon/xkbcommon.h') diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h index 4eeaaca..c80fad8 100644 --- a/include/xkbcommon/xkbcommon.h +++ b/include/xkbcommon/xkbcommon.h @@ -83,6 +83,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include +#include + typedef uint32_t xkb_keycode_t; typedef uint32_t xkb_keysym_t; typedef uint32_t xkb_mod_index_t; -- cgit v1.2.1