dect
/
linux-2.6
Archived
13
0
Fork 0

kconfig: add missing <ctype.h> inclusion

This header is needed when using isspace(3) function family.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
This commit is contained in:
Arnaud Lacombe 2011-06-01 16:06:22 -04:00
parent 10a4b2772e
commit dd003306a4
1 changed files with 1 additions and 0 deletions

View File

@ -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>