diff options
author | Tom Tromey <tromey@redhat.com> | 2002-08-27 22:37:14 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2002-08-27 22:37:14 +0000 |
commit | 309367d4ccee9534101c1064f5751104225a880e (patch) | |
tree | ea9d8e9e0520570931f85e43acc8b603c3f81115 /gdb/ax-gdb.c | |
parent | aec2f747a8c47ca76a0f909815714ddee705e669 (diff) | |
download | gdb-309367d4ccee9534101c1064f5751104225a880e.zip gdb-309367d4ccee9534101c1064f5751104225a880e.tar.gz gdb-309367d4ccee9534101c1064f5751104225a880e.tar.bz2 |
* 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index 368b9df..8f23905 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, |