diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/isomac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/isomac.c b/stdlib/isomac.c index 816298b210..e01fd384e3 100644 --- a/stdlib/isomac.c +++ b/stdlib/isomac.c @@ -70,6 +70,7 @@ # define _GNU_SOURCE 1 #endif +#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |