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 | da93c6508711f3ea1c4e4a6ff1602c79effbf29b (patch) | |
tree | 4aa431ea750cacbd505a9e1462a51b1abc96150c /gdb/ppc-linux-nat.c | |
parent | 81116133d4494fac4bc27e33615961faf085b36d (diff) | |
download | gdb-da93c6508711f3ea1c4e4a6ff1602c79effbf29b.tar.gz |
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/ppc-linux-nat.c')
-rw-r--r-- | gdb/ppc-linux-nat.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 8e5c4f7a2e7..4561e4d648d 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -1,6 +1,7 @@ /* PPC GNU/Linux native support. - Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002 - Free Software Foundation, Inc. + + Copyright 1988, 1989, 1991, 1992, 1994, 1996, 2000, 2001, 2002, + 2003 Free Software Foundation, Inc. This file is part of GDB. @@ -31,7 +32,7 @@ #include <signal.h> #include <sys/user.h> #include <sys/ioctl.h> -#include <sys/wait.h> +#include "gdb_wait.h" #include <fcntl.h> #include <sys/procfs.h> #include <sys/ptrace.h> |