diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-23 02:37:04 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-23 02:37:04 +0000 |
commit | 2d9f831eb39561a64bcfaf5a3c3c533973c903fa (patch) | |
tree | c18225456974a561445029c2d42afcfe890a0b27 | |
parent | 166373540745a00718ee28734330b4be3cfdc82e (diff) | |
download | gcc-2d9f831eb39561a64bcfaf5a3c3c533973c903fa.zip gcc-2d9f831eb39561a64bcfaf5a3c3c533973c903fa.tar.gz gcc-2d9f831eb39561a64bcfaf5a3c3c533973c903fa.tar.bz2 |
*** empty log message ***
From-SVN: r1241
-rw-r--r-- | gcc/optabs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 509ee18..a4da386 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "expr.h" #include "insn-config.h" #include "recog.h" +#include <ctype.h> /* Each optab contains info on how this target machine can perform a particular operation |