* irix5-nat.c (string.h): Include near beginning of file.

This commit is contained in:
Stan Shebs 1995-02-12 22:59:44 +00:00
parent 18d3d85907
commit faf4dcd7f3
2 changed files with 5 additions and 1 deletions

View 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

View 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>