From 57834dc0b116a62b806781ddec101bca4cda3abb Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 31 Dec 2022 23:28:03 -0500 Subject: start moving things around --- util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util.c') diff --git a/util.c b/util.c index 856558a..49e2a20 100644 --- a/util.c +++ b/util.c @@ -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) { -- cgit v1.2.3