]> err.no Git - util-linux/commitdiff
include: bitops - explicitly include endian.h
authorKarel Zak <kzak@redhat.com>
Tue, 17 Mar 2009 11:40:15 +0000 (12:40 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 17 Mar 2009 13:27:38 +0000 (14:27 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/bitops.h

index f05cbdb9d0e31bd35204cd02d9b8ff85e0311f04..e6eaff18cd9c5a2bfdef2793297351e96ee96260 100644 (file)
@@ -2,6 +2,7 @@
 #define BITOPS_H
 
 #include <stdint.h>
+#include <endian.h>
 
 #if !defined __BYTE_ORDER || !(__BYTE_ORDER == __LITTLE_ENDIAN) && !(__BYTE_ORDER == __BIG_ENDIAN)
 #error missing __BYTE_ORDER