From: Arnaud Lacombe Date: Wed, 1 Jun 2011 20:06:22 +0000 (-0400) Subject: kconfig: add missing inclusion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd003306a4fae241e1f9cac5bef2c8f2afeb0446;p=linux-beck.git kconfig: add missing inclusion This header is needed when using isspace(3) function family. Signed-off-by: Arnaud Lacombe --- diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index d64108bc0cf9..24547fe0fe9e 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c @@ -3,6 +3,7 @@ * Released under the terms of the GNU GPL v2.0. */ +#include #include #include #include