We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debae2b commit 881be4cCopy full SHA for 881be4c
hton.h
@@ -1,6 +1,6 @@
1
#include <stdint.h>
2
3
-#if defined(__linux__) || defined(__CYGWIN__)
+#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun)
4
#include <endian.h>
5
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) \
6
|| defined(__DragonFly__)
0 commit comments