kconfig: make lkc.h self-sufficient #include-wise
authorBoris Kolpackov <boris@codesynthesis.com>
Thu, 29 Oct 2020 15:51:51 +0000 (17:51 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 8 Dec 2020 14:31:29 +0000 (23:31 +0900)
Signed-off-by: Boris Kolpackov <boris@codesynthesis.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/lkc.h

index 8454649..bee2413 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef LKC_H
 #define LKC_H
 
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+
 #include "expr.h"
 
 #ifdef __cplusplus