diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 75886d5ef..9e3b8394b 100644 --- a/src/command.h +++ b/src/command.h @@ -1,6 +1,10 @@ #ifndef COMMAND_H #define COMMAND_H +#include <stddef.h> +#include <stdio.h> +#include <ncurses.h> + #define MAX_COMMAND_KEYS 3 /* commands */ |