--- src/AtomBios/includes/CD_Common_Types.h.orig 2007-10-05 12:21:16.000000000 -0400 +++ src/AtomBios/includes/CD_Common_Types.h 2007-10-05 12:22:14.000000000 -0400 @@ -38,6 +38,7 @@ #define _COMMON_TYPES_H_ #ifndef LINUX + #ifndef HAVE_STDINT_H #if _MSC_EXTENSIONS // @@ -63,6 +64,7 @@ typedef unsigned short uint16_t; typedef signed short int16_t; #endif + #endif /* HAVE_STDINT_H */ #ifndef UEFI_BUILD typedef signed int intn_t; typedef unsigned int uintn_t;