commit | fe92d674fb71fb8a396faef767830c402a908eb9 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Tue Nov 15 17:02:31 2016 -0800 |
committer | York Sun <york.sun@nxp.com> | Wed Nov 23 23:41:23 2016 -0800 |
tree | 9a701c1a1f3614e6aacdd839c3f055ebd17a622e | |
parent | d776ecf70ffa685daee9124a3376963c957f5a18 [diff] [blame] |
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 <york.sun@nxp.com>
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 <string.h> #include <unistd.h> +#include <linux/kconfig.h> + #ifndef __ASSEMBLY__ #define __ASSEMBLY__ /* Dirty trick to get only #defines */ #endif