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 8bf0f17 commit 652a46eCopy full SHA for 652a46e
include/qemu/bswap.h
@@ -8,6 +8,8 @@
8
# include <machine/bswap.h>
9
#elif defined(__FreeBSD__)
10
# include <sys/endian.h>
11
+#elif defined(__HAIKU__)
12
+# include <endian.h>
13
#elif defined(CONFIG_BYTESWAP_H)
14
# include <byteswap.h>
15
0 commit comments