diff options
| author | Saikari <[email protected]> | 2026-01-17 19:42:59 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-17 19:42:59 +0300 |
| commit | a26410744069a9dfd1ffa6f6e362ed1633e2b650 (patch) | |
| tree | d1ebc4faa3d4d2e466d717da1d84c6664dda7890 | |
| parent | 33bc0b8128a019a019378a08f789f8062b320fa1 (diff) | |
fixup
| -rw-r--r-- | core/src/xmake/string/case.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/string/case.c b/core/src/xmake/string/case.c index 3bbee07b6..c6622145a 100644 --- a/core/src/xmake/string/case.c +++ b/core/src/xmake/string/case.c @@ -31,6 +31,7 @@ #include "prefix.h" #include <ctype.h> #include <wctype.h> +#include <locale.h> #include "tbox/platform/spinlock.h" #if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) |
