diff options
author | Richard Stallman <rms@gnu.org> | 1993-10-18 22:57:02 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-10-18 22:57:02 +0000 |
commit | 794c765c1e911ba9381414f7e632935f3afd09e9 (patch) | |
tree | 980f72d803e06f862cb44eab81088306ee1544ed /gcc | |
parent | 81a55c6cd52e8784b93f81b1ab22fe9cd0cb7744 (diff) | |
download | gcc-794c765c1e911ba9381414f7e632935f3afd09e9.zip gcc-794c765c1e911ba9381414f7e632935f3afd09e9.tar.gz gcc-794c765c1e911ba9381414f7e632935f3afd09e9.tar.bz2 |
Include ctype.h.
From-SVN: r5796
Diffstat (limited to 'gcc')
-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 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 <stdio.h> +#include <ctype.h> #include "scan.h" #define HASH_SIZE 2503 /* a prime */ |