diff options
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index e80ffac6e1..4432116193 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -11,9 +11,12 @@ * op_change, op_yank, do_put, do_join */ +#include <inttypes.h> +#include <stdbool.h> #include <string.h> #include "nvim/vim.h" +#include "nvim/ascii.h" #include "nvim/ops.h" #include "nvim/buffer.h" #include "nvim/charset.h" |