oops. always run abuild on a clean tree with no other patches applied.
authorStefan Reinauer <stepan@coresystems.de>
Mon, 27 Sep 2010 20:51:33 +0000 (20:51 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 27 Sep 2010 20:51:33 +0000 (20:51 +0000)
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

src/include/console/console.h

index c2e4258c700e09c29551a04c95e2ac8318579651..087e46179ae98cb711471f4a7e4768a7d8c20352 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef CONSOLE_CONSOLE_H_
 #define CONSOLE_CONSOLE_H_
 
+#include <stdint.h>
 #include <console/loglevel.h>
 
 #ifndef __PRE_RAM__