2018-12-28 01:05:50 +01:00
|
|
|
diff -u -r ../RHash-1.3.6/librhash/byte_order.h ./librhash/byte_order.h
|
|
|
|
--- ../RHash-1.3.6/librhash/byte_order.h 2018-03-14 02:42:17.000000000 +0100
|
|
|
|
+++ ./librhash/byte_order.h 2018-04-22 21:55:52.997763406 +0200
|
|
|
|
@@ -14,6 +14,10 @@
|
2017-04-13 15:09:14 +02:00
|
|
|
#endif
|
|
|
|
|
2018-12-28 01:05:50 +01:00
|
|
|
|
2017-04-13 15:09:14 +02:00
|
|
|
+#ifdef __ANDROID__
|
|
|
|
+# include <sys/endian.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|