blob: c0086cc28745cee5c208faa5a7a8b03fbbdcb969 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/src/shared/util.h
2+++ b/src/shared/util.h
3@@ -15,6 +15,7 @@
4 #include <byteswap.h>
5 #include <string.h>
6 #include <sys/types.h>
7+#include <endian.h>
8
9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
10 #define BIT(n) (1 << (n))