diff options
Diffstat (limited to 'src/string_vec.c')
-rw-r--r-- | src/string_vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_vec.c b/src/string_vec.c index 2ef40a2..a30a570 100644 --- a/src/string_vec.c +++ b/src/string_vec.c @@ -6,7 +6,7 @@ #include <sys/mman.h> #include "fuzzy_match.h" #include "string_vec.h" -#include "utf8.h" +#include "unicode.h" #include "xmalloc.h" static int cmpstringp(const void *restrict a, const void *restrict b) |