mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 01:40:31 -05:00
libunwind fails to compile because the include for the WORDSIZE definition was missing when compiling with musl libc. This lead to unw_word_t being defined as 64 bit long instead of the correct 32 bit. Signed-off-by: David Bauer <mail@david-bauer.net>