Skip to content

Commit

Permalink
kconfig: add missing <ctype.h> inclusion
Browse files Browse the repository at this point in the history
This header is needed when using isspace(3) function family.

Signed-off-by: Arnaud Lacombe <[email protected]>
  • Loading branch information
lacombar committed Jun 6, 2011
1 parent 10a4b27 commit dd00330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/kconfig/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Released under the terms of the GNU GPL v2.0.
*/

#include <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit dd00330

Please sign in to comment.