diff options
Diffstat (limited to 'scripts/kconfig/util.c')
-rw-r--r-- | scripts/kconfig/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 6330cc871a4..d0b8b2318e4 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -5,6 +5,8 @@ | |||
5 | * Released under the terms of the GNU GPL v2.0. | 5 | * Released under the terms of the GNU GPL v2.0. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <stdarg.h> | ||
9 | #include <stdlib.h> | ||
8 | #include <string.h> | 10 | #include <string.h> |
9 | #include "lkc.h" | 11 | #include "lkc.h" |
10 | 12 | ||