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 dbaf284 commit 0231d31Copy full SHA for 0231d31
include/unaligned.h
@@ -34,7 +34,7 @@
34
#include "stdlib.h"
35
#include "string.h"
36
37
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__)
38
#include <sys/types.h>
39
#include <sys/endian.h>
40
#define isal_bswap16(x) bswap16(x)
0 commit comments