comparison simtool/readcmd.c @ 15:5390dce9faa4

simtool/readcmd.c: missed #include <ctype.h>
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Feb 2021 01:36:18 +0000
parents 2071b28cd0c7
children f1836c8d36cb
comparison
equal deleted inserted replaced
14:c34ecbbdf05e 15:5390dce9faa4
1 #include <sys/types.h> 1 #include <sys/types.h>
2 #include <ctype.h>
2 #include <stdio.h> 3 #include <stdio.h>
3 #include <stdlib.h> 4 #include <stdlib.h>
4 #include "simresp.h" 5 #include "simresp.h"
5 #include "curfile.h" 6 #include "curfile.h"
6 7