mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-08 14:54:18 +02:00
11 lines
408 B
Diff
11 lines
408 B
Diff
--- a/hxcpp/git/src/hx/libs/std/Sys.cpp
|
|
+++ b/hxcpp/git/src/hx/libs/std/Sys.cpp
|
|
@@ -30,7 +30,7 @@
|
|
#include <limits.h>
|
|
#ifndef ANDROID
|
|
#include <locale.h>
|
|
- #if !defined(BLACKBERRY) && !defined(EPPC) && !defined(GCW0) && !defined(__GLIBC__)
|
|
+ #if !defined(BLACKBERRY) && !defined(EPPC) && !defined(GCW0) && !defined(NEKO_LINUX)
|
|
#include <xlocale.h>
|
|
#endif
|
|
#endif
|