From b13fb01a62708492cae4b33c4d6fa9ae127905f4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 30 Oct 2003 21:49:38 +0000 Subject: * Fix parameter passing to standalone images with bootm command * Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again) --- include/elf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/elf.h') diff --git a/include/elf.h b/include/elf.h index 4ea3926f83..d0febc58cd 100644 --- a/include/elf.h +++ b/include/elf.h @@ -41,6 +41,11 @@ #include #elif defined(__linux__) && defined(USE_HOSTCC) #include +#elif defined(__WIN32__) +#include +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned int uint32_t; #endif /* -- cgit v1.2.1