Commit 6baacf63 by Richard Stallman

Include ctype.h.

From-SVN: r4743
parent bdec790c
...@@ -59,6 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -59,6 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defaults.h" #include "defaults.h"
#include <stdio.h> #include <stdio.h>
#include <ctype.h>
#include "output.h" #include "output.h"
......
...@@ -45,6 +45,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -45,6 +45,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "xcoffout.h" #include "xcoffout.h"
#endif #endif
#include <ctype.h>
#ifndef ASM_STABS_OP #ifndef ASM_STABS_OP
#define ASM_STABS_OP ".stabs" #define ASM_STABS_OP ".stabs"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment