From: Richard Kenner Date: Tue, 28 Jun 1994 09:35:22 +0000 (-0400) Subject: Include ctype.h. X-Git-Tag: misc/cutover-egcs-0~6364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127b0efcf797e954184e33af23dcf058a7f2a187;p=thirdparty%2Fgcc.git Include ctype.h. From-SVN: r7579 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 3592f9f9e14f..060b1c539beb 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -19,6 +19,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +#include #include "config.h" #include "rtl.h" #include "regs.h"