Fixed build on Linux

This commit is contained in:
Pierre Pronchery 2011-04-14 23:41:38 +00:00
parent 7809f589b4
commit 9e6b2bb0e9

View File

@ -23,6 +23,12 @@
#include <elf.h>
#include "Asm/format.h"
/* portability */
#define Elf64_Quarter unsigned char
#ifndef EM_486
# define EM_486 6
#endif
/* ELF */
/* private */