mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 02:36:16 +00:00
1bbe66e98a
Incompatible with latest libuber-h3. A whole bunch of patches are quite unmaintainable. kphp-timelib is also disabled as only kphp depends on it.
14 lines
266 B
Diff
14 lines
266 B
Diff
--- a/runtime/string_functions.cpp
|
|
+++ b/runtime/string_functions.cpp
|
|
@@ -7,6 +7,10 @@
|
|
#include <clocale>
|
|
#include <sys/types.h>
|
|
|
|
+#ifdef __ANDROID__
|
|
+#include <sys/endian.h>
|
|
+#endif
|
|
+
|
|
#include "common/macos-ports.h"
|
|
#include "common/unicode/unicode-utils.h"
|
|
|