From: Rich Felker Date: Fri, 24 Apr 2015 15:06:11 +0000 (-0400) Subject: fix failure of sh reloc.h to properly detect endianness for ldso name X-Git-Tag: v1.1.9~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7faee5fa0d09a1d3a64141ee597ed9a853fd5892;p=oweals%2Fmusl.git 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. --- 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