summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-08-27 22:37:14 +0000
committerTom Tromey <tromey@redhat.com>2002-08-27 22:37:14 +0000
commit920f8fae25c5c853ffc05b2979120c9a58861a45 (patch)
treef354bfb98d8137eb60cfc0320f8dc7031e7fa7b4 /gdb/ax-gdb.c
parentc9bdf678472caedf1b7a8ccea0da65b764fce956 (diff)
downloadgdb-920f8fae25c5c853ffc05b2979120c9a58861a45.tar.gz
* Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o): Update dependencies. * i387-tdep.c: Include gdb_string.h. * osabi.c: Likewise. * i386-linux-nat.c: Likewise. * lin-lwp.c: Likewise. * ax-gdb.c: Likewise. * signals/signals.c: Likewise. * jv-valprint.c: Likewise. * p-lang.c: Likewise. * c-valprint.c: Likewise. * cp-abi.c: Likewise.
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r--gdb/ax-gdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c
index 368b9df12a1..8f23905a90d 100644
--- a/gdb/ax-gdb.c
+++ b/gdb/ax-gdb.c
@@ -30,6 +30,7 @@
#include "target.h"
#include "ax.h"
#include "ax-gdb.h"
+#include "gdb_string.h"
/* To make sense of this file, you should read doc/agentexpr.texi.
Then look at the types and enums in ax-gdb.h. For the code itself,