projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2574c1
)
kconfig: make lkc.h self-sufficient #include-wise
author
Boris Kolpackov
<boris@codesynthesis.com>
Thu, 29 Oct 2020 15:51:51 +0000
(17:51 +0200)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/scripts/kconfig/lkc.h
b/scripts/kconfig/lkc.h
index
8454649
..
bee2413
100644
(file)
--- a/
scripts/kconfig/lkc.h
+++ b/
scripts/kconfig/lkc.h
@@
-6,6
+6,10
@@
#ifndef LKC_H
#define LKC_H
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+
#include "expr.h"
#ifdef __cplusplus