aboutsummaryrefslogtreecommitdiff
path: root/gdb/irix5-nat.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-02-12 22:59:44 +0000
committerStan Shebs <shebs@codesourcery.com>1995-02-12 22:59:44 +0000
commitfaf4dcd7f36fc0a9bd5d799ae56940889e73fe5c (patch)
tree7b593c801f0d21d3a04acc2a0295af2a8115e53d /gdb/irix5-nat.c
parent18d3d85907ade40bcc733fb4ca8eb72de118a131 (diff)
downloadgdb-faf4dcd7f36fc0a9bd5d799ae56940889e73fe5c.zip
gdb-faf4dcd7f36fc0a9bd5d799ae56940889e73fe5c.tar.gz
gdb-faf4dcd7f36fc0a9bd5d799ae56940889e73fe5c.tar.bz2
* irix5-nat.c (string.h): Include near beginning of file.
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r--gdb/irix5-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c
index 689ef00..e2707b6 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 <string.h>
#include <sys/time.h>
#include <sys/procfs.h>
#include <setjmp.h> /* For JB_XXX. */
@@ -173,7 +174,6 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
#include <sys/types.h>
#include <signal.h>
-#include <string.h>
#include <sys/param.h>
#include <fcntl.h>