diff options
author | Michal Marek <mmarek@suse.cz> | 2011-06-08 17:40:20 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-06-08 18:03:57 +0200 |
commit | 36fee53510f91d8ac5eb5dcba0e431a21ebdd5cd (patch) | |
tree | 02cf4abcfc033d75f11b00055280e14eeb86e7e0 /scripts/kconfig/menu.c | |
parent | Merge commit 'v3.0-rc1' into kbuild/kconfig (diff) | |
parent | kconfig/gconf: silent missing prototype warnings (diff) | |
download | linux-36fee53510f91d8ac5eb5dcba0e431a21ebdd5cd.tar.xz linux-36fee53510f91d8ac5eb5dcba0e431a21ebdd5cd.zip |
Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig
Diffstat (limited to 'scripts/kconfig/menu.c')
-rw-r--r-- | scripts/kconfig/menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index 5fdf10dc1d8a..aab5a1fee5a8 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c @@ -3,10 +3,11 @@ * Released under the terms of the GNU GPL v2.0. */ +#include <ctype.h> +#include <stdarg.h> #include <stdlib.h> #include <string.h> -#define LKC_DIRECT_LINK #include "lkc.h" static const char nohelp_text[] = N_( |