diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/include/auxv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/auxv.h b/lib/libc/include/auxv.h index 307d031..e6abe8b 100644 --- a/lib/libc/include/auxv.h +++ b/lib/libc/include/auxv.h @@ -30,6 +30,8 @@ #ifndef _AUXV_H #define _AUXV_H +#include <stdint.h> + #define AT_NULL 0 #define AT_ENTRY 1 #define AT_PHDR 2 |