aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
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 */