From 3a7d55716d6bfe5122de9692383357344fff2a94 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:46:42 -0600 Subject: env: Move env_get_f() to env.h Move this function over to the new header file. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- post/post.c | 1 + 1 file changed, 1 insertion(+) (limited to 'post') diff --git a/post/post.c b/post/post.c index ebb620590e..fb751d9a83 100644 --- a/post/post.c +++ b/post/post.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include -- cgit