]> git.ipfire.org Git - thirdparty/elfutils.git/commit
stacktrace: Add missing locale.h
authorAlfred Wingate <parona@protonmail.com>
Wed, 29 Jan 2025 08:06:22 +0000 (10:06 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 30 Jan 2025 11:09:28 +0000 (12:09 +0100)
commitc89cb740f8f146f72749345fad9c325456447418
tree97a38592f8173160abd154e044e6a423ec75db27
parent1d1739f1664964252d6b5cde233805f6a14459bf
stacktrace: Add missing locale.h

The missing header is only obvious on musl and on glibc when you don't
have optimizations enabled.

Normally the header would transitively come from config.h -> ./lib/eu-config.h
-> glibc libintl.h. with __OPTIMIZE__.

https://sourceware.org/git/?p=glibc.git;a=blob;f=intl/libintl.h;hb=HEAD#l103

Signed-off-by: Alfred Wingate <parona@protonmail.com>
src/stacktrace.c