diff options
Diffstat (limited to 'src/nvim/arabic.h')
-rw-r--r-- | src/nvim/arabic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/arabic.h b/src/nvim/arabic.h index a42da852ef..7ea728ed47 100644 --- a/src/nvim/arabic.h +++ b/src/nvim/arabic.h @@ -1,6 +1,8 @@ #ifndef NVIM_ARABIC_H #define NVIM_ARABIC_H +#include <stdbool.h> + /// Whether c belongs to the range of Arabic characters that might be shaped. static inline bool arabic_char(int c) { |