From 49032b51215e73d8547c442426ef020805635927 Mon Sep 17 00:00:00 2001 From: Jonathan Perkin Date: Mon, 4 Nov 2024 09:15:41 +0000 Subject: [PATCH] Support illumos. --- src/hrtf/portable_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hrtf/portable_endian.h b/src/hrtf/portable_endian.h index 9cca60a..5fb4b55 100644 --- a/src/hrtf/portable_endian.h +++ b/src/hrtf/portable_endian.h @@ -13,7 +13,7 @@ #endif -#if defined(__linux__) || defined(__CYGWIN__) +#if defined(__linux__) || defined(__CYGWIN__) || defined(__illumos__) # include