From 4339b0fe05b264082bd159a77b21fc5d586c3a29 Mon Sep 17 00:00:00 2001 From: Mike Zeller Date: Wed, 14 May 2025 17:22:28 +0000 Subject: [PATCH] illumos has 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 51defc5e..47e315f4 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(__illumos__) || \ defined(__NetBSD__) || \ defined(__OpenBSD__) || \ defined(__CYGWIN__) || \