mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[Support] Make Support/SwapByteOrder.h compile on Fuchsia
Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D90279
This commit is contained in:
parent
aaa3ac4c2d
commit
913a95d12c
@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__GNU__) || defined(__HAIKU__) || \
|
||||
defined(__EMSCRIPTEN__)
|
||||
defined(__Fuchsia__) || defined(__EMSCRIPTEN__)
|
||||
#include <endian.h>
|
||||
#elif defined(_AIX)
|
||||
#include <sys/machine.h>
|
||||
|
Loading…
Reference in New Issue
Block a user