OSDN Git Service

Include ctype.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1993 22:57:02 +0000 (22:57 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Oct 1993 22:57:02 +0000 (22:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5796 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gen-protos.c

index 995659a..8eec3a1 100644 (file)
@@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software
 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
+#include <ctype.h>
 #include "scan.h"
 
 #define HASH_SIZE 2503 /* a prime */