diff options
author | rofl0r <retnyg@gmx.net> | 2013-08-16 06:38:23 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-16 18:25:56 -0400 |
commit | cc860bb8c2f94d48e135d2d5c8680cf29a0ef75e (patch) | |
tree | 6b14431c43b924d7632571d4d4dece7c413d9903 | |
parent | 10c3aa2bc759d62513ea86d4115481044e02fe47 (diff) |
libudev/sparse-endian.h: include header which defines __bswap_XX
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | src/libudev/sparse-endian.h | 1 |
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)) |