diff options
Diffstat (limited to 'src/nvim/ops.h')
-rw-r--r-- | src/nvim/ops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/ops.h b/src/nvim/ops.h index 8227821d35..eecf2075aa 100644 --- a/src/nvim/ops.h +++ b/src/nvim/ops.h @@ -1,6 +1,8 @@ #ifndef NVIM_OPS_H #define NVIM_OPS_H +#include <stdbool.h> + #include "nvim/types.h" typedef int (*Indenter)(void); |