summaryrefslogtreecommitdiffstats
path: root/common/console.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:39 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:39 +0200
commited7c9689593ebad29fd80116971d3453945c617e (patch)
tree944fe83c1012b5dd7a39b2102b94687c7ccff725 /common/console.c
parentace5d5bc2bd63aa5b9002737c8a59e071073b77b (diff)
downloadbarebox-ed7c9689593ebad29fd80116971d3453945c617e.tar.gz
barebox-ed7c9689593ebad29fd80116971d3453945c617e.tar.xz
svn_rev_276
fix warnings
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/console.c b/common/console.c
index 516058a3b5..6b36fefd8e 100644
--- a/common/console.c
+++ b/common/console.c
@@ -26,6 +26,7 @@
#include <malloc.h>
#include <console.h>
#include <exports.h>
+#include <serial.h>
void serial_printf (const char *fmt, ...)
{