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 --- cmd/tpm-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/tpm-common.c b/cmd/tpm-common.c index 89f2aa001ba..38900fb1590 100644 --- a/cmd/tpm-common.c +++ b/cmd/tpm-common.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include -- cgit v1.3.1