summaryrefslogtreecommitdiffstats
path: root/common/console.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:46 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:46 +0200
commitcbde3b9bbc7dd836527bc94958c176dd3ad7872f (patch)
treeb09bd8b626b9d6d1f22d93d3862cc105a0b16b01 /common/console.c
parentb1ccaf5b8e1108ade0bb951a17012040efdd648a (diff)
downloadbarebox-cbde3b9bbc7dd836527bc94958c176dd3ad7872f.tar.gz
barebox-cbde3b9bbc7dd836527bc94958c176dd3ad7872f.tar.xz
svn_rev_358
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 6b36fefd8e..8882d4fc39 100644
--- a/common/console.c
+++ b/common/console.c
@@ -21,6 +21,7 @@
* MA 02111-1307 USA
*/
+#include <config.h>
#include <common.h>
#include <stdarg.h>
#include <malloc.h>