From da93c6508711f3ea1c4e4a6ff1602c79effbf29b 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/sparc-nat.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/sparc-nat.c') diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 5970b5a039f..b634f6c87dd 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -1,7 +1,7 @@ /* Functions specific to running gdb native on a SPARC running SunOS4. - Copyright 1989, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, - 2002 - Free Software Foundation, Inc. + + Copyright 1989, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GDB. @@ -31,7 +31,7 @@ #endif #include #include -#include +#include "gdb_wait.h" #ifdef __linux__ #include #else -- cgit v1.2.1