From be888a5fef7688a68d8fbe4d5124a2c03a39d9b4 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck Date: Fri, 22 Aug 2025 11:09:13 +0000 Subject: [PATCH] fix(c): add Haiku support to endian.h --- lib/src/portable/endian.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/portable/endian.h b/lib/src/portable/endian.h index cfbae6aa..a6560826 100644 --- a/lib/src/portable/endian.h +++ b/lib/src/portable/endian.h @@ -18,6 +18,7 @@ #if defined(HAVE_ENDIAN_H) || \ defined(__linux__) || \ defined(__GNU__) || \ + defined(__HAIKU__) || \ defined(__illumos__) || \ defined(__NetBSD__) || \ defined(__OpenBSD__) || \