diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-07 04:49:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-07 04:49:34 +0000 |
commit | 2555fe1a4feb03dd0d7c32a51eb049b6fc265aec (patch) | |
tree | 68087274394f835138fc3bd477befa1bd4dceabb /gdb/ia64-linux-nat.c | |
parent | 44270758cd8e51b26d4bf8c58f2d69f27225a71f (diff) | |
download | gdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.zip gdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.tar.gz gdb-2555fe1a4feb03dd0d7c32a51eb049b6fc265aec.tar.bz2 |
2003-02-06 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (symm-nat.o): Update dependencies.
(sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
(lynx-nat.o, ia64-linux-nat.): Ditto.
* symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
"gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
* ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r-- | gdb/ia64-linux-nat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 492da07..7d4cc43 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -1,7 +1,8 @@ /* Functions specific to running gdb native on IA-64 running GNU/Linux. - Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, + Inc. This file is part of GDB. @@ -29,7 +30,7 @@ #include <signal.h> #include <sys/ptrace.h> -#include <sys/wait.h> +#include "gdb_wait.h" #ifdef HAVE_SYS_REG_H #include <sys/reg.h> #endif |