From faf4dcd7f36fc0a9bd5d799ae56940889e73fe5c Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sun, 12 Feb 1995 22:59:44 +0000 Subject: [PATCH] * irix5-nat.c (string.h): Include near beginning of file. --- gdb/ChangeLog | 4 ++++ gdb/irix5-nat.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 575c2dff59e..e0f4f909411 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 12 13:47:30 1995 Stan Shebs + + * irix5-nat.c (string.h): Include near beginning of file. + Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index 689ef00daa4..e2707b62ba2 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -27,6 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" #include "target.h" +#include #include #include #include /* For JB_XXX. */ @@ -173,7 +174,6 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr) #include #include -#include #include #include -- 2.30.2