Browse Source

Add lost includes. Fix add getauxval() implementation.

Signed-off-by: Evgeniy Manachkin <sfstudio@wi-cat.ru>
Evgeniy Manachkin 1 year ago
parent
commit
40f4a56f43
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/sys/auxv.h

+ 3 - 0
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