Include ctype.h.
authorRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 12:27:06 +0000 (12:27 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 26 Jun 1993 12:27:06 +0000 (12:27 +0000)
From-SVN: r4743

gcc/final.c
gcc/varasm.c

index 9773fa8e287035e4ba5c2b03b34cb348b5050924..80309b89b1e31d94f9fd1dbabdf292de1ccadff3 100644 (file)
@@ -59,6 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "defaults.h"
 
 #include <stdio.h>
+#include <ctype.h>
 
 #include "output.h"
 
index 67954442233e556d50b70ea2726ed9b2b9627615..67666c76f6f885f136b49ed075ea70530bd6d69d 100644 (file)
@@ -45,6 +45,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "xcoffout.h"
 #endif
 
+#include <ctype.h>
+
 #ifndef ASM_STABS_OP
 #define ASM_STABS_OP ".stabs"
 #endif