From 2d2a685ec8bb30452fbf66025391f34f2bd03685 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 20 Sep 2024 10:47:14 +0200 Subject: More migration work. --- xs_unicode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xs_unicode.h') diff --git a/xs_unicode.h b/xs_unicode.h index a5a1dcb..9663190 100644 --- a/xs_unicode.h +++ b/xs_unicode.h @@ -33,6 +33,8 @@ #ifdef XS_IMPLEMENTATION +#include + #ifndef xs_countof #define xs_countof(a) (sizeof((a)) / sizeof((*a))) #endif -- cgit