Signed-off-by: Peter Tyser <[email protected]> --- include/elf.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/elf.h b/include/elf.h index a9839df..3a948f7 100644 --- a/include/elf.h +++ b/include/elf.h @@ -45,6 +45,7 @@ #include <unistd.h> typedef unsigned char uint8_t; typedef unsigned short uint16_t; +typedef int int32_t; typedef unsigned int uint32_t; #endif -- 1.6.0.2.GIT _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

