[systemd-devel] [RFC 07/25] shared/sparse-endian.h: add missing byteswap.h include

Emil Renner Berthing systemd at esmil.dk
Thu Sep 18 06:24:43 PDT 2014


---
 src/shared/sparse-endian.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/sparse-endian.h b/src/shared/sparse-endian.h
index eb4dbf3..c913fda 100644
--- a/src/shared/sparse-endian.h
+++ b/src/shared/sparse-endian.h
@@ -21,6 +21,7 @@
 #ifndef SPARSE_ENDIAN_H
 #define SPARSE_ENDIAN_H
 
+#include <byteswap.h>
 #include <endian.h>
 #include <stdint.h>
 
-- 
2.1.0



More information about the systemd-devel mailing list