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/alpha-nat.c | |
parent | aa0cd9c15b5ced11efb415b6e8326b650f67f465 (diff) | |
download | gdb-e162d11b8489bab008fb33800ab6d9e4e05b8a29.zip gdb-e162d11b8489bab008fb33800ab6d9e4e05b8a29.tar.gz gdb-e162d11b8489bab008fb33800ab6d9e4e05b8a29.tar.bz2 |
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/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 6d7a3d6..f315508 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" +#include "gdb_string.h" #include "inferior.h" #include "gdbcore.h" #include "target.h" |