diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-15 03:02:41 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-15 03:02:41 +0000 |
commit | 70fd7dcd2ab46ce9db64afa6999208ba932ce6be (patch) | |
tree | 94c3a0321a3a4cfb656e654d9e68d0219b33c6e2 /gcc/f/proj.h | |
parent | 19a69eac6431762c98fff06119bf8a7af727088a (diff) | |
download | gcc-70fd7dcd2ab46ce9db64afa6999208ba932ce6be.tar.gz |
* Make-lang.in: Various changes to build info files
in the object tree rather than the source tree.
* proj.h: Include ctype.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/proj.h')
-rw-r--r-- | gcc/f/proj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/proj.h b/gcc/f/proj.h index 30c0edbe192..04460700f07 100644 --- a/gcc/f/proj.h +++ b/gcc/f/proj.h @@ -66,6 +66,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "config.j" /* Must come before any other #includes in gcc. */ #include "assert.j" /* Use gcc's assert.h. */ +#include <ctype.h> #include <stdio.h> #include <stddef.h> #include <stdlib.h> |