summaryrefslogtreecommitdiff
path: root/core/src/xmake/string
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/string')
-rw-r--r--core/src/xmake/string/case.c1
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__)