diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/alpha-nat.c | 1 | ||||
-rw-r--r-- | gdb/ia64-linux-nat.c | 1 | ||||
-rw-r--r-- | gdb/ppc-linux-nat.c | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c3ffd1..141e8c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2002-12-05 Andrew Cagney <ac131313@redhat.com> * gdbthread.h: Include "frame.h". 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" diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 76b8235..492da07 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" +#include "gdb_string.h" #include "inferior.h" #include "target.h" #include "gdbcore.h" diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 721e05f..8e5c4f7 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" |