aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-27 20:51:33 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-27 20:51:33 +0000
commit4f7a5c4544876806913068d1b5e7c6afc75eca80 (patch)
treeafb1bc7452a930d88b1765d4bc0a897c9971792f /src/include/console
parentc679ab54257e5a2d4e17d0f7fff964ac374f4b13 (diff)
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/include/console')
-rw-r--r--src/include/console/console.h1
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__