diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ #error "Unrecognized operating system." #endif +#include "base.h" // Is this character a "word" character? static bool is_word(char32_t c) { |