From d924d209d3d7c9284c55cde6aa28da8394f5f36e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Apr 1994 22:48:12 +0000 Subject: * gasp.c: Include ctype.h. --- gas/gasp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/gasp.c') 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 +#include #include "host.h" #define MAX_INCLUDES 30 /* Maximum include depth */ -- cgit v1.1