--- PcsxSrc/Cpu/ix86/ix86.h.orig Wed Apr 17 15:05:26 2002 +++ PcsxSrc/Cpu/ix86/ix86.h Mon May 27 01:16:45 2002 @@ -6,6 +6,8 @@ #ifndef __IX86_H__ #define __IX86_H__ +#include "../Common.h" + // Basic types #if defined(__WIN32__) @@ -21,6 +23,7 @@ #elif defined(__LINUX__) +/* typedef char s8; typedef short s16; typedef long s32; @@ -30,6 +33,7 @@ typedef unsigned short u16; typedef unsigned long u32; typedef unsigned long long u64; +*/ #endif