Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch. Signed-off-by: Peter Stuge Index: src/southbridge/ricoh/rl5c476/rl5c476.h =================================================================== --- src/southbridge/ricoh/rl5c476/rl5c476.h (revision 2596) +++ src/southbridge/ricoh/rl5c476/rl5c476.h (working copy) @@ -21,7 +21,7 @@ /* rl5c476 routines and defines*/ -typedef unsigned char u8; +#include /* the 16 bit control structure for ricoh cardbus bridge */ Index: src/arch/i386/include/arch/acpi.h =================================================================== --- src/arch/i386/include/arch/acpi.h (revision 2596) +++ src/arch/i386/include/arch/acpi.h (working copy) @@ -17,6 +17,7 @@ #if HAVE_ACPI_TABLES==1 +#include typedef unsigned long long u64; #define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */