aboutsummaryrefslogtreecommitdiff
path: root/src/common/int-util.h
diff options
context:
space:
mode:
authorPavel Maryanov <acid@jack.kiev.ua>2017-10-10 14:05:28 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-14 17:03:48 +0000
commita17efcb039c1128fdb11fd147687f15f2ae12494 (patch)
treea01aa752a2183326286d8b81ec14c4e8697e4ecd /src/common/int-util.h
parentMerge pull request #2756 (diff)
downloadmonero-a17efcb039c1128fdb11fd147687f15f2ae12494.tar.xz
make this build on SunOS/Solaris
Diffstat (limited to 'src/common/int-util.h')
-rw-r--r--src/common/int-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/int-util.h b/src/common/int-util.h
index 34288805a..7cec571ad 100644
--- a/src/common/int-util.h
+++ b/src/common/int-util.h
@@ -40,6 +40,10 @@
#include <byteswap.h>
#endif
+#if defined(__sun) && defined(__SVR4)
+#include <endian.h>
+#endif
+
#if defined(_MSC_VER)
#include <stdlib.h>