1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 13:36:43 +00:00
termux-packages/packages/pika/third-blackwidow-src-coding.h.patch
2022-01-31 08:52:42 +09:00

11 lines
325 B
Diff

--- a/third/blackwidow/src/coding.h
+++ b/third/blackwidow/src/coding.h
@@ -11,6 +11,7 @@
#define BLACKWIDOW_PLATFORM_IS_LITTLE_ENDIAN (__BYTE_ORDER == __LITTLE_ENDIAN)
#endif
#include <string.h>
+#include <sys/endian.h>
namespace blackwidow {
static const bool kLittleEndian = BLACKWIDOW_PLATFORM_IS_LITTLE_ENDIAN;