From 6b8d3ceaf59a6c4a2d3930aa8fa0c33e15093498 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:39 -0700 Subject: common: Move main_loop() to init.h Move this function out of common.h and into a better place. Signed-off-by: Simon Glass Reviewed-by: Simon Goldschmidt --- common/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/main.c') diff --git a/common/main.c b/common/main.c index a94df7a..ec8994a 100644 --- a/common/main.c +++ b/common/main.c @@ -12,6 +12,7 @@ #include #include #include +#include #include /* -- cgit v1.1