From 8bef79bf3c30cd1fc5367cc1f78f72e6552629e9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:19 -0700 Subject: common: Move sorting functions to their own header file These don't need to be in common.h so move them out into a new header. Also add some missing comments. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- env/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'env') diff --git a/env/common.c b/env/common.c index 0edb6fb04c..1fd1bd01d3 100644 --- a/env/common.c +++ b/env/common.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3