projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a4b27
)
kconfig: add missing <ctype.h> inclusion
author
Arnaud Lacombe
<lacombar@gmail.com>
Wed, 1 Jun 2011 20:06:22 +0000
(16:06 -0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Mon, 6 Jun 2011 19:32:15 +0000
(15:32 -0400)
This header is needed when using isspace(3) function family.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/menu.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/menu.c
b/scripts/kconfig/menu.c
index d64108bc0cf938e0304f63d19dd621ce01a77257..24547fe0fe9ee455aea7b17e13c949abcb4d5aab 100644
(file)
--- 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 <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>