diff options
Diffstat (limited to 'usr.sbin/elf2exe')
-rw-r--r-- | usr.sbin/elf2exe/elf2exe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c index 7ff1dd4..d874b27 100644 --- a/usr.sbin/elf2exe/elf2exe.c +++ b/usr.sbin/elf2exe/elf2exe.c @@ -34,13 +34,13 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/types.h> +#include <sys/elf64.h> #include <err.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> -#include <elf.h> #define ALPHA_FMAGIC 0x184 |