1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-21 18:17:09 +00:00
termux-packages/disabled-packages/kphp/runtime-string_functions.cpp.patch

14 lines
266 B
Diff
Raw Permalink Normal View History

2022-01-13 12:07:28 +00:00
--- 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"