From 794c765c1e911ba9381414f7e632935f3afd09e9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 18 Oct 1993 22:57:02 +0000 Subject: Include ctype.h. From-SVN: r5796 --- gcc/gen-protos.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index 995659a..8eec3a1 100644 --- a/gcc/gen-protos.c +++ b/gcc/gen-protos.c @@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +#include #include "scan.h" #define HASH_SIZE 2503 /* a prime */ -- cgit v1.1