Explorar o código

kconfig: add missing <ctype.h> inclusion

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

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Arnaud Lacombe %!s(int64=14) %!d(string=hai) anos
pai
achega
dd003306a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/kconfig/menu.c

+ 1 - 0
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>