diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-31 17:56:11 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-31 17:56:11 -0400 |
commit | 8b1eb9c754b9e9aa6d1aa892be08fb2fdf374e29 (patch) | |
tree | aa5679c1627478fb89b3036043a9358029fca560 /src | |
parent | a1941af5eec196fd4132e788787ba80b2baa03a6 (diff) |
src/shared/sparse-endian.h: cosmetic change
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-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)) |