From 4e9f324d37e98823eb7179a239d412e9786d9938 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 12 Apr 2016 09:21:12 +0200 Subject: include: move shell prototypes to shell.h We have a shell,h, so move shell specific prototypes there. Signed-off-by: Sascha Hauer --- common/startup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/startup.c') diff --git a/common/startup.c b/common/startup.c index 093a23ba08..432be67cd6 100644 --- a/common/startup.c +++ b/common/startup.c @@ -30,6 +30,7 @@ * @brief Main entry into the C part of barebox */ #include +#include #include #include #include -- cgit v1.2.3