mirror of
https://github.com/monero-project/monero.git
synced 2025-05-07 09:15:24 -04:00
make this build on SunOS/Solaris
This commit is contained in:
parent
f48aeab5c4
commit
a17efcb039
9 changed files with 42 additions and 3 deletions
|
@ -40,6 +40,10 @@
|
|||
#include <byteswap.h>
|
||||
#endif
|
||||
|
||||
#if defined(__sun) && defined(__SVR4)
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue