aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index 5e1fbef..83ccc55 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -52,6 +52,7 @@ suitable for gas to consume.
#include <ctype.h>
#include "host.h"
+#include "libiberty.h"
char *program_version = "1.2";
@@ -3806,7 +3807,6 @@ main (argc, argv)
int argc;
char **argv;
{
- int i;
int opt;
char *out_name = 0;
sp = include_stack;