From: Paul Pluzhnikov Date: Tue, 14 Nov 2023 22:20:38 +0000 (+0000) Subject: Minor: include for uintptr_t X-Git-Tag: elfutils-0.191~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e49816db04f30921ea756c812d6d181559e6ce67;p=thirdparty%2Felfutils.git Minor: include for uintptr_t We have a clang-tidy complaining that uintptr_t is not provided by any directly included header (it's only provided by a transitively included one). * libelf/elf_begin.c: Include Signed-off-by: Paul Pluzhnikov --- diff --git a/libelf/elf_begin.c b/libelf/elf_begin.c index dcaad8eea..8a49f3512 100644 --- a/libelf/elf_begin.c +++ b/libelf/elf_begin.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include