From f33f3e07f3a936fdbf0a81dcdd7ec6a9ba812230 Mon Sep 17 00:00:00 2001 From: York Sun Date: Tue, 15 Nov 2016 17:02:31 -0800 Subject: tools/env: Correct include kconfig While we move some config macros to Kconfig, kconfig header is needed to avoid compiling error if not already included. Signed-off-by: York Sun --- tools/envcrc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/envcrc.c') diff --git a/tools/envcrc.c b/tools/envcrc.c index a9d9b48..e9fd088 100644 --- a/tools/envcrc.c +++ b/tools/envcrc.c @@ -12,6 +12,8 @@ #include #include +#include + #ifndef __ASSEMBLY__ #define __ASSEMBLY__ /* Dirty trick to get only #defines */ #endif -- cgit v1.1