From 2555fe1a4feb03dd0d7c32a51eb049b6fc265aec Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 7 Feb 2003 04:49:34 +0000 Subject: 2003-02-06 Andrew Cagney * 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 or . * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto. --- gdb/proc-api.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gdb/proc-api.c') diff --git a/gdb/proc-api.c b/gdb/proc-api.c index 3e8b198..2d4fe81 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -1,5 +1,7 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright 1999, 2000, 2001 Free Software Foundation, Inc. + + Copyright 1999, 2000, 2001, 2003 Free Software Foundation, Inc. + Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. @@ -43,7 +45,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include /* for struct user */ #endif #include /* for O_RDWR etc. */ -#include +#include "gdb_wait.h" #include "proc-utils.h" -- cgit v1.1