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 | e162d11b8489bab008fb33800ab6d9e4e05b8a29 (patch) | |
tree | d0f8e2745e84ae62c2d4be79913e443001fdf076 /gdb/ppc-linux-nat.c | |
parent | aa0cd9c15b5ced11efb415b6e8326b650f67f465 (diff) | |
download | binutils-gdb-e162d11b8489bab008fb33800ab6d9e4e05b8a29.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" |