diff options
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/ricoh/rl5c476/rl5c476.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.h b/src/southbridge/ricoh/rl5c476/rl5c476.h index 0ded3d5aa9..98fc95164b 100644 --- a/src/southbridge/ricoh/rl5c476/rl5c476.h +++ b/src/southbridge/ricoh/rl5c476/rl5c476.h @@ -21,7 +21,7 @@ /* rl5c476 routines and defines*/ -typedef unsigned char u8; +#include <stdint.h> /* the 16 bit control structure for ricoh cardbus bridge */ |