From 168068fb3d7da3d95bf37b21f39347f48d38497f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:46:47 -0600 Subject: env: Move env_set_ulong() to env.h Move env_set_ulong() over to the new header file. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- board/grinn/liteboard/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/grinn') diff --git a/board/grinn/liteboard/board.c b/board/grinn/liteboard/board.c index 1491b8c..1558ea4 100644 --- a/board/grinn/liteboard/board.c +++ b/board/grinn/liteboard/board.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1