2021-02-21 00:02:15 +00:00
|
|
|
--- a/src/shared/util.h
|
|
|
|
+++ b/src/shared/util.h
|
2022-05-17 09:38:45 +00:00
|
|
|
@@ -15,6 +15,7 @@
|
2018-04-30 06:11:13 +00:00
|
|
|
#include <byteswap.h>
|
|
|
|
#include <string.h>
|
2022-05-17 09:38:45 +00:00
|
|
|
#include <sys/types.h>
|
2018-04-30 06:11:13 +00:00
|
|
|
+#include <endian.h>
|
|
|
|
|
2020-04-16 15:10:37 +00:00
|
|
|
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
2021-03-03 17:25:05 +00:00
|
|
|
#define BIT(n) (1 << (n))
|