summaryrefslogtreecommitdiff
path: root/gcc/f/proj.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-15 03:02:41 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-09-15 03:02:41 +0000
commit70fd7dcd2ab46ce9db64afa6999208ba932ce6be (patch)
tree94c3a0321a3a4cfb656e654d9e68d0219b33c6e2 /gcc/f/proj.h
parent19a69eac6431762c98fff06119bf8a7af727088a (diff)
downloadgcc-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.h1
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>