From 38068820426f08224bf3a146086a7eb380bc04f0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 4 May 2015 11:31:08 -0600 Subject: sandbox: Add missing errno.h includes in a few files These files use error numbering, so add the include. Signed-off-by: Simon Glass --- arch/sandbox/cpu/start.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sandbox/cpu') diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c index b23d08b..4c38fab 100644 --- a/arch/sandbox/cpu/start.c +++ b/arch/sandbox/cpu/start.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include -- cgit v1.1