fix(c): add Haiku support to endian.h

This commit is contained in:
Alexander von Gluck 2025-08-22 11:09:13 +00:00 committed by GitHub
parent 86b9f81ad6
commit be888a5fef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@
#if defined(HAVE_ENDIAN_H) || \
defined(__linux__) || \
defined(__GNU__) || \
defined(__HAIKU__) || \
defined(__illumos__) || \
defined(__NetBSD__) || \
defined(__OpenBSD__) || \