From 9606eecff6117a8f8906a16f6b8c100f24289736 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 15 Dec 1999 18:02:33 +0000 Subject: [PATCH] Allow elf2exe to be compiled on architectures other than Alpha. This is trivially accomplished by including sys/elf64.h instead of elf.h. --- usr.sbin/elf2exe/elf2exe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/elf2exe/elf2exe.c b/usr.sbin/elf2exe/elf2exe.c index 7ff1dd4c997..d874b2730c2 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 +#include #include #include #include #include #include #include -#include #define ALPHA_FMAGIC 0x184