[PATCH] x86 linux16 command: Add missing include

Sascha Hauer s.hauer at pengutronix.de
Mon Jun 25 03:35:54 EDT 2012


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 commands/linux16.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/linux16.c b/commands/linux16.c
index eccafa8..5ed3a8b 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 */
-- 
1.7.10




More information about the barebox mailing list