Also include <ctype.h> in the native kernel

This commit is contained in:
Pierre Pronchery 2019-05-30 01:50:04 +02:00
parent f84f68542f
commit fb24fa3db7

View File

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <errno.h>
#include <ssp.h>