diff options
author | Evgeniy Manachkin <sfstudio@wi-cat.ru> | 2023-01-08 15:02:57 +0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-08 11:20:33 +0100 |
commit | 40f4a56f4311c0e39e145160a38c4eff7942b697 (patch) | |
tree | f00d08fd050589f0382c08274c456bfc8abebf27 | |
parent | 45dffe427d5ec323c14bceb9e1a983336ce0e2c2 (diff) |
Add lost includes. Fix add getauxval() implementation.
Signed-off-by: Evgeniy Manachkin <sfstudio@wi-cat.ru>
-rw-r--r-- | include/sys/auxv.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <features.h> +#include <elf.h> + __BEGIN_DECLS /* Return the value associated with an Elf*_auxv_t type from the auxv list |