diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-27 20:51:33 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 20:51:33 +0000 |
commit | 4f7a5c4544876806913068d1b5e7c6afc75eca80 (patch) | |
tree | afb1bc7452a930d88b1765d4bc0a897c9971792f /src | |
parent | c679ab54257e5a2d4e17d0f7fff964ac374f4b13 (diff) | |
download | coreboot-4f7a5c4544876806913068d1b5e7c6afc75eca80.tar.xz |
oops. always run abuild on a clean tree with no other patches applied.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5865 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/include/console/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h index c2e4258c70..087e46179a 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -20,6 +20,7 @@ #ifndef CONSOLE_CONSOLE_H_ #define CONSOLE_CONSOLE_H_ +#include <stdint.h> #include <console/loglevel.h> #ifndef __PRE_RAM__ |