Re: [PATCH] Minor: include for uintptr_t

2023-11-15 Thread Mark Wielaard
Hi Paul, On Tue, 2023-11-14 at 22:20 +, Paul Pluzhnikov wrote: > 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 > Makes sense. Pushed. Thanks, M

[PATCH] Minor: include for uintptr_t

2023-11-14 Thread Paul Pluzhnikov
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 --- libelf/elf_begin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/l