* gasp.c: Include ctype.h.
authorKen Raeburn <raeburn@cygnus>
Wed, 20 Apr 1994 22:48:12 +0000 (22:48 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 20 Apr 1994 22:48:12 +0000 (22:48 +0000)
gas/ChangeLog
gas/gasp.c

index 2ae74c48e180adaadb2e9c66ad139ef3d3c4afd5..44ea52d662235dd53354359bd67f3f5aac922567 100644 (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
index c15ab64ca8beeb89f2de22f66837ba9af037a641..11eb97e49a52af36a3d046ad0a2f45c1d5367121 100644 (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 */