You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B

  1. --- a/src/shared/util.h
  2. +++ b/src/shared/util.h
  3. @@ -14,6 +14,7 @@
  4. #include <alloca.h>
  5. #include <byteswap.h>
  6. #include <string.h>
  7. +#include <endian.h>
  8. #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
  9. #define BIT(n) (1 << (n))