forked from OSchip/llvm-project
parent
0b06796ee8
commit
732dc415fb
|
@ -19,7 +19,7 @@
|
|||
#if defined(__linux__)
|
||||
#include <endian.h>
|
||||
#else
|
||||
#ifndef _MSC_VER
|
||||
#ifndef LLVM_ON_WIN32
|
||||
#include <machine/endian.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue