diff options
-rw-r--r-- | src/shared/sparse-endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h index 51694bebb7..c913fda8c5 100644 --- a/src/shared/sparse-endian.h +++ b/src/shared/sparse-endian.h @@ -21,9 +21,9 @@ #ifndef SPARSE_ENDIAN_H #define SPARSE_ENDIAN_H +#include <byteswap.h> #include <endian.h> #include <stdint.h> -#include <byteswap.h> #ifdef __CHECKER__ #define __bitwise __attribute__((bitwise)) |