fix(c): add Haiku support to endian.h
This commit is contained in:
parent
86b9f81ad6
commit
be888a5fef
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#if defined(HAVE_ENDIAN_H) || \
|
||||
defined(__linux__) || \
|
||||
defined(__GNU__) || \
|
||||
defined(__HAIKU__) || \
|
||||
defined(__illumos__) || \
|
||||
defined(__NetBSD__) || \
|
||||
defined(__OpenBSD__) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue