summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-31 17:56:11 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-10-31 17:56:11 -0400
commit8b1eb9c754b9e9aa6d1aa892be08fb2fdf374e29 (patch)
treeaa5679c1627478fb89b3036043a9358029fca560
parenta1941af5eec196fd4132e788787ba80b2baa03a6 (diff)
src/shared/sparse-endian.h: cosmetic change
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--src/shared/sparse-endian.h2
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))