Include ctype.h.

From-SVN: r4743
This commit is contained in:
Richard Stallman 1993-06-26 12:27:06 +00:00
parent bdec790ce6
commit 6baacf6322
2 changed files with 3 additions and 0 deletions

View 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"

View 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