commit | b050c72d52c4e30d5b978ab6758f8dcdbe5c690c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Apr 20 05:49:30 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:38:05 2010 +0200 |
tree | 7aee375fc18d1117c7973a8bd9c8efc1bec95f4a | |
parent | 39f7aacf3fd285b42b92c2c2d66d95339a3569cc [diff] |
compiler.h: add uint typedef Recent crc changes started using the "uint" type in headers that are used on the build system. This subsequently broke mingw targets as they do not provide such a type. So add this basic typedef to compiler.h so that we do not have to worry about this breaking again in the future. Signed-off-by: Mike Frysinger <vapier@gentoo.org>