aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/proj.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-09-15 03:02:41 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-14 21:02:41 -0600
commitf0e6e32439129f27f4e9f8497f35cda044cd7dd3 (patch)
tree94c3a0321a3a4cfb656e654d9e68d0219b33c6e2 /gcc/f/proj.h
parentf2d19dd24aa272aa808db687912c9a7fb173faca (diff)
downloadgcc-f0e6e32439129f27f4e9f8497f35cda044cd7dd3.zip
gcc-f0e6e32439129f27f4e9f8497f35cda044cd7dd3.tar.gz
gcc-f0e6e32439129f27f4e9f8497f35cda044cd7dd3.tar.bz2
Make-lang.in: Various changes to build info files in the object tree rather than the source tree.
* Make-lang.in: Various changes to build info files in the object tree rather than the source tree. * proj.h: Include ctype.h. From-SVN: r15447
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 30c0edb..0446070 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>