diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-20 22:48:12 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-20 22:48:12 +0000 |
commit | d924d209d3d7c9284c55cde6aa28da8394f5f36e (patch) | |
tree | 69d32429984d84e63a1b3da79e4da21bbb71b5c1 /gas/gasp.c | |
parent | 4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1 (diff) | |
download | gdb-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |