diff options
Diffstat (limited to 'src/nvim/regexp_defs.h')
-rw-r--r-- | src/nvim/regexp_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/regexp_defs.h b/src/nvim/regexp_defs.h index 25c69c5267..8aa89d22b7 100644 --- a/src/nvim/regexp_defs.h +++ b/src/nvim/regexp_defs.h @@ -12,6 +12,8 @@ #ifndef NVIM_REGEXP_DEFS_H #define NVIM_REGEXP_DEFS_H +#include <stdbool.h> + #include "nvim/pos.h" /* |