diff options
Diffstat (limited to 'src/nvim/ex_cmds.h')
-rw-r--r-- | src/nvim/ex_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/ex_cmds.h b/src/nvim/ex_cmds.h index 7eb92d2c78..1e7c85b2ba 100644 --- a/src/nvim/ex_cmds.h +++ b/src/nvim/ex_cmds.h @@ -1,6 +1,8 @@ #ifndef NVIM_EX_CMDS_H #define NVIM_EX_CMDS_H +#include <stdbool.h> + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "ex_cmds.h.generated.h" #endif |