diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-15 18:02:33 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-15 18:02:33 +0000 |
| commit | 9606eecff6117a8f8906a16f6b8c100f24289736 (patch) | |
| tree | 637dcd42298900e8c2e3f7a2761ea392166c6673 /usr.sbin/elf2exe | |
| parent | b506848ab8ddca5fa51260b88e3f901774977975 (diff) | |
Notes
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 7ff1dd4c9972..d874b2730c2b 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 |
