diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-18 22:57:02 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-18 22:57:02 +0000 |
commit | 47372b501abab76ce2a63a8fccb32fa83c803894 (patch) | |
tree | 980f72d803e06f862cb44eab81088306ee1544ed /gcc/gen-protos.c | |
parent | 8d5ed8047ce3d46cc5dfd4c2ca323df2763ea9db (diff) | |
download | gcc-47372b501abab76ce2a63a8fccb32fa83c803894.tar.gz |
Include ctype.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5796 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gen-protos.c')
-rw-r--r-- | gcc/gen-protos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c index 995659a1a50..8eec3a14132 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 <stdio.h> +#include <ctype.h> #include "scan.h" #define HASH_SIZE 2503 /* a prime */ |