mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
fix(c): add Haiku support to endian.h
This commit is contained in:
parent
86b9f81ad6
commit
be888a5fef
|
|
@ -18,6 +18,7 @@
|
|||
#if defined(HAVE_ENDIAN_H) || \
|
||||
defined(__linux__) || \
|
||||
defined(__GNU__) || \
|
||||
defined(__HAIKU__) || \
|
||||
defined(__illumos__) || \
|
||||
defined(__NetBSD__) || \
|
||||
defined(__OpenBSD__) || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue