From 40f4a56f4311c0e39e145160a38c4eff7942b697 Mon Sep 17 00:00:00 2001 From: Evgeniy Manachkin Date: Sun, 8 Jan 2023 15:02:57 +0500 Subject: Add lost includes. Fix add getauxval() implementation. Signed-off-by: Evgeniy Manachkin --- include/sys/auxv.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sys') diff --git a/include/sys/auxv.h b/include/sys/auxv.h index 71860b794..f35196423 100644 --- a/include/sys/auxv.h +++ b/include/sys/auxv.h @@ -18,6 +18,9 @@ #ifndef _SYS_AUXV_H #define _SYS_AUXV_H 1 +#include +#include + __BEGIN_DECLS /* Return the value associated with an Elf*_auxv_t type from the auxv list -- cgit v1.2.3