Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd003306 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>