* gasp.c: Include ctype.h.

This commit is contained in:
Ken Raeburn 1994-04-20 22:48:12 +00:00
parent 4a5bfdbc73
commit d924d209d3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 19 20:27:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* gasp.c: Include ctype.h.
Mon Apr 18 21:08:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* doc/Makefile.in, doc/as.texinfo: Renamed asdoc-config.texi to

View File

@ -34,6 +34,7 @@ suitable for gas to consume.
#include <stdio.h>
#include <ctype.h>
#include "host.h"
#define MAX_INCLUDES 30 /* Maximum include depth */