diff options
Diffstat (limited to 'include/sys')
-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 |