]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Minor: include <stdint.h> for uintptr_t
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Tue, 14 Nov 2023 22:20:38 +0000 (22:20 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 15 Nov 2023 12:04:22 +0000 (13:04 +0100)
commite49816db04f30921ea756c812d6d181559e6ce67
tree7eeac28b7c4a9e41bfdd685faa2a98bf12b0b477
parentf84f1cd7e296bf223cb45b5469978d4bea82cec0
Minor: include <stdint.h> 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 <stdint.h>

Signed-off-by: Paul Pluzhnikov <ppluzhnikov@google.com>
libelf/elf_begin.c