Explorar el Código

Add lost includes. Fix add getauxval() implementation.

Signed-off-by: Evgeniy Manachkin <sfstudio@wi-cat.ru>
Evgeniy Manachkin hace 2 años
padre
commit
40f4a56f43
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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