]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* irix5-nat.c (string.h): Include near beginning of file.
authorStan Shebs <shebs@codesourcery.com>
Sun, 12 Feb 1995 22:59:44 +0000 (22:59 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 12 Feb 1995 22:59:44 +0000 (22:59 +0000)
gdb/ChangeLog
gdb/irix5-nat.c

index 575c2dff59e98061cf6a23ad8a90835722102171..e0f4f90941131122f6c7a3c1bfb26d7f0abb1714 100644 (file)
@@ -1,3 +1,7 @@
+Sun Feb 12 13:47:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * 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
index 689ef00daa4b88d4955b39b512782907a1a5b23f..e2707b62ba21ab9ad56d1cd8fb9b7ec4d225dc88 100644 (file)
@@ -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>