Adds support for building on Solaris-based systems

This commit is contained in:
Benjamin Naecker
2021-04-28 14:13:56 -07:00
parent 847f530e6e
commit 544972e48f

View File

@@ -14,7 +14,7 @@
#endif #endif
#if defined(__linux__) || defined(__CYGWIN__) #if defined(__linux__) || defined(__CYGWIN__) || defined(__sun)
# include <endian.h> # include <endian.h>