diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/include/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/elf.h b/lib/libc/include/elf.h index af2d65a..4e0c1eb 100644 --- a/lib/libc/include/elf.h +++ b/lib/libc/include/elf.h @@ -30,7 +30,7 @@ #ifndef _SYS_ELF_H_ #define _SYS_ELF_H_ -#include <sys/types.h> +#include <stdint.h> /* Type for a 16-bit quantity. */ typedef uint16_t Elf32_Half; |