aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-20 22:48:12 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-20 22:48:12 +0000
commitd924d209d3d7c9284c55cde6aa28da8394f5f36e (patch)
tree69d32429984d84e63a1b3da79e4da21bbb71b5c1 /gas
parent4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1 (diff)
downloadgdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.zip
gdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.tar.gz
gdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.tar.bz2
* gasp.c: Include ctype.h.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/gasp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2ae74c4..44ea52d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/gasp.c b/gas/gasp.c
index c15ab64..11eb97e 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -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 */