diff options
-rw-r--r-- | common/env_embedded.c | 2 | ||||
-rw-r--r-- | tools/envcrc.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/common/env_embedded.c b/common/env_embedded.c index 56a13cb..b368fda 100644 --- a/common/env_embedded.c +++ b/common/env_embedded.c @@ -5,6 +5,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include <linux/kconfig.h> + #ifndef __ASSEMBLY__ #define __ASSEMBLY__ /* Dirty trick to get only #defines */ #endif 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 |