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