summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2013-08-16 06:38:23 +0200
committerAnthony G. Basile <blueness@gentoo.org>2013-08-16 18:25:56 -0400
commitcc860bb8c2f94d48e135d2d5c8680cf29a0ef75e (patch)
tree6b14431c43b924d7632571d4d4dece7c413d9903 /src/libudev
parent10c3aa2bc759d62513ea86d4115481044e02fe47 (diff)
libudev/sparse-endian.h: include header which defines __bswap_XX
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/sparse-endian.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/sparse-endian.h b/src/libudev/sparse-endian.h
index eb4dbf3615..51694bebb7 100644
--- a/src/libudev/sparse-endian.h
+++ b/src/libudev/sparse-endian.h
@@ -23,6 +23,7 @@
#include <endian.h>
#include <stdint.h>
+#include <byteswap.h>
#ifdef __CHECKER__
#define __bitwise __attribute__((bitwise))