From: Karel Zak Date: Tue, 17 Mar 2009 11:40:15 +0000 (+0100) Subject: include: bitops - explicitly include endian.h X-Git-Tag: v2.15-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbf520914423ebcd4357fa6e2a89e3183d4a71f;p=thirdparty%2Futil-linux.git include: bitops - explicitly include endian.h Signed-off-by: Karel Zak --- diff --git a/include/bitops.h b/include/bitops.h index f05cbdb9d0..e6eaff18cd 100644 --- a/include/bitops.h +++ b/include/bitops.h @@ -2,6 +2,7 @@ #define BITOPS_H #include +#include #if !defined __BYTE_ORDER || !(__BYTE_ORDER == __LITTLE_ENDIAN) && !(__BYTE_ORDER == __BIG_ENDIAN) #error missing __BYTE_ORDER