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 774a9823..c7e3b634 100644 --- a/src/LYKeymap.h +++ b/src/LYKeymap.h @@ -1,7 +1,9 @@ #ifndef LYKEYMAP_H #define LYKEYMAP_H +#ifndef HTUTILS_H #include <HTUtils.h> +#endif extern BOOLEAN LYisNonAlnumKeyname PARAMS((int ch, int key_name)); extern char *key_for_func PARAMS((int func)); |