aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
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/gasp.c
parent4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1 (diff)
downloadgdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.zip
gdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.tar.gz
gdb-d924d209d3d7c9284c55cde6aa28da8394f5f36e.tar.bz2
* gasp.c: Include ctype.h.
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c1
1 files changed, 1 insertions, 0 deletions
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 */