From 2a05b978d3f67980614222b9bd21e748673ef46d Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 5 Sep 2012 19:47:41 +0200 Subject: [PATCH] uterm: input: include keysym file from main header We still depend on xproto during compile time as we need the keysym definitions. We could simply copy the keysym file but I really want to wait until xkbcommon is finally released as it includes a keysym header, too. Then we can simply depend on xkbcommon during build. However, as we still need a way to perform the other conversion: string to keysym, we need some hashtable anyway. So we can then also copy the keysym definitions, too. Signed-off-by: David Herrmann --- src/uterm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uterm.h b/src/uterm.h index d059034..28062c7 100644 --- a/src/uterm.h +++ b/src/uterm.h @@ -41,6 +41,7 @@ #include #include #include +#include #include "eloop.h" /* -- 2.7.4