aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index b169899cea..e8ce624e25 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -15,9 +15,12 @@
* mappings and abbreviations
*/
+#include <stdbool.h>
#include <string.h>
+#include <inttypes.h>
#include "nvim/vim.h"
+#include "nvim/ascii.h"
#include "nvim/getchar.h"
#include "nvim/charset.h"
#include "nvim/cursor.h"