From 7faee5fa0d09a1d3a64141ee597ed9a853fd5892 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 24 Apr 2015 11:06:11 -0400 Subject: fix failure of sh reloc.h to properly detect endianness for ldso name versions of reloc.h that rely on endian macros much include endian.h to ensure they are available. --- arch/sh/reloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/sh/reloc.h b/arch/sh/reloc.h index e7e4b38f..61192ffe 100644 --- a/arch/sh/reloc.h +++ b/arch/sh/reloc.h @@ -1,3 +1,5 @@ +#include + #if __BYTE_ORDER == __BIG_ENDIAN #define ENDIAN_SUFFIX "eb" #else -- cgit v1.2.1