Skip to content

Commit

Permalink
Merge pull request #229 from jperkin/main
Browse files Browse the repository at this point in the history
Support illumos.
  • Loading branch information
hoene authored Nov 5, 2024
2 parents 444d2c1 + 49032b5 commit b05b161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hrtf/portable_endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#endif

#if defined(__linux__) || defined(__CYGWIN__)
#if defined(__linux__) || defined(__CYGWIN__) || defined(__illumos__)

# include <endian.h>

Expand Down

0 comments on commit b05b161

Please sign in to comment.