diff options
Diffstat (limited to 'src/input/input.h')
-rw-r--r-- | src/input/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input.h b/src/input/input.h index a8ae206..f94d520 100644 --- a/src/input/input.h +++ b/src/input/input.h @@ -7,6 +7,7 @@ */ #include "../common.h" +#include "../lua/honey_lua.h" #define HONEY_KEY_UNKNOWN 0 #define HONEY_KEY_SPACE 1 |