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 --- drivers/misc/swap_case.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/misc/swap_case.c') diff --git a/drivers/misc/swap_case.c b/drivers/misc/swap_case.c index f6028ba..3b8aa48 100644 --- a/drivers/misc/swap_case.c +++ b/drivers/misc/swap_case.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include -- cgit v1.1