Merge pull request #277 from oxidecomputer/master

Adds support for building on Solaris-based systems
This commit is contained in:
Matias Fontanini
2021-05-02 14:30:37 -07:00
committed by GitHub

View File

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