diff --git a/src/format/elf.c b/src/format/elf.c index 3faefaf..c9fb0a7 100644 --- a/src/format/elf.c +++ b/src/format/elf.c @@ -23,6 +23,12 @@ #include #include "Asm/format.h" +/* portability */ +#define Elf64_Quarter unsigned char +#ifndef EM_486 +# define EM_486 6 +#endif + /* ELF */ /* private */