From 272ba2910e3d899dcdc1eaaa7476f8ae9a326b76 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 13 Apr 2017 15:09:14 +0200 Subject: [PATCH] librash: Include for byte order --- packages/librhash/librhash-byte_order.h.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/librhash/librhash-byte_order.h.patch diff --git a/packages/librhash/librhash-byte_order.h.patch b/packages/librhash/librhash-byte_order.h.patch new file mode 100644 index 00000000..493ca453 --- /dev/null +++ b/packages/librhash/librhash-byte_order.h.patch @@ -0,0 +1,13 @@ +--- ../RHash-1.3.4/librhash/byte_order.h 2016-11-06 21:12:16.000000000 +0100 ++++ ./librhash/byte_order.h 2017-04-13 15:01:29.364785379 +0200 +@@ -12,6 +12,10 @@ + # include + #endif + ++#ifdef __ANDROID__ ++# include ++#endif ++ + #ifdef __cplusplus + extern "C" { + #endif -- 2.11.0