diff options
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r-- | src/nvim/screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/screen.h b/src/nvim/screen.h index c71a4d05e1..debf86ae67 100644 --- a/src/nvim/screen.h +++ b/src/nvim/screen.h @@ -1,6 +1,8 @@ #ifndef NVIM_SCREEN_H #define NVIM_SCREEN_H +#include <stdbool.h> + /* * flags for update_screen() * The higher the value, the higher the priority |