Hi Paul, On Tue, 2023-11-14 at 22:20 +0000, 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 <stdint.h> >
Makes sense. Pushed. Thanks, Mark