diff options
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r-- | src/LYKeymap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h index 406d3660..1c02cd61 100644 --- a/src/LYKeymap.h +++ b/src/LYKeymap.h @@ -1,6 +1,8 @@ #ifndef LYKEYMAP_H #define LYKEYMAP_H +#include <HTUtils.h> + extern BOOLEAN LYisNonAlnumKeyname PARAMS((int ch, int key_name)); extern char *key_for_func PARAMS((int func)); extern int LYReverseKeymap PARAMS((int key_name)); |