From d924d209d3d7c9284c55cde6aa28da8394f5f36e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Apr 1994 22:48:12 +0000 Subject: [PATCH] * gasp.c: Include ctype.h. --- gas/ChangeLog | 4 ++++ gas/gasp.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ae74c48e18..44ea52d6622 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 c15ab64ca8b..11eb97e49a5 100644 --- a/gas/gasp.c +++ b/gas/gasp.c @@ -34,6 +34,7 @@ suitable for gas to consume. #include +#include #include "host.h" #define MAX_INCLUDES 30 /* Maximum include depth */ -- 2.30.2