Commit dd003306 authored by Arnaud Lacombe's avatar Arnaud Lacombe

kconfig: add missing <ctype.h> inclusion

This header is needed when using isspace(3) function family.
Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent 10a4b277
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment