summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-25 09:34:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-25 14:38:30 +0200
commit8ee6700a4c39fe7031ef977aa4e0c208366e13dc (patch)
treede54fc011a3cc553361d05d490e103f3ae01057f
parentecf38bff9bdbfbd6d42ed7d08cbb86b7b2558241 (diff)
downloadbarebox-8ee6700a4c39fe7031ef977aa4e0c208366e13dc.tar.gz
barebox-8ee6700a4c39fe7031ef977aa4e0c208366e13dc.tar.xz
x86 linux16 command: Add missing include
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/linux16.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/linux16.c b/commands/linux16.c
index eccafa8b57..5ed3a8b917 100644
--- a/commands/linux16.c
+++ b/commands/linux16.c
@@ -30,6 +30,7 @@
#include <errno.h>
#include <getopt.h>
#include <malloc.h>
+#include <boot.h>
#include <asm/syslib.h>
/** FIXME */