diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-12-06 16:59:05 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-12-06 16:59:05 +0000 |
commit | 369538efa83b11e58c8f8d5a8e8670838de134fb (patch) | |
tree | c41f109ddff900c07e77fda7fb75235bb48395cf /gdb/ppc-linux-nat.c | |
parent | 5b719a519af93185f98413ca409007da53b2eda5 (diff) | |
download | gdb-369538efa83b11e58c8f8d5a8e8670838de134fb.tar.gz |
2002-12-06 Elena Zannoni <ezannoni@redhat.com>
* ia64-linux-nat.c: Include gdb_string.h.
* alpha-nat.c: Ditto.
* ia64-linux-nat.c: Ditto.
Diffstat (limited to 'gdb/ppc-linux-nat.c')
-rw-r--r-- | gdb/ppc-linux-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 721e05f8c24..8e5c4f7a2e7 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" +#include "gdb_string.h" #include "frame.h" #include "inferior.h" #include "gdbcore.h" |