fix: wasi has endian.h
This commit is contained in:
parent
299f8a9fb9
commit
06537fda83
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@
|
|||
defined(__OpenBSD__) || \
|
||||
defined(__CYGWIN__) || \
|
||||
defined(__MSYS__) || \
|
||||
defined(__EMSCRIPTEN__)
|
||||
defined(__EMSCRIPTEN__) || \
|
||||
defined(__wasi__)
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#define _NETBSD_SOURCE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue