diff options
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 913491c6ca..9c58baca39 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -1,6 +1,7 @@ // Much of this code was adapted from 'if_py_both.h' from the original // vim source #include <errno.h> +#include <stdbool.h> #include <stdint.h> #include <stdlib.h> |