From 658821b9faa19760d3a5c5a19af9f6d169a3cdf2 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 15 Jan 1994 01:15:55 +0000 Subject: Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com) * lynx-nat.c (sys/wait.h): Don't use absolute pathname. --- gdb/lynx-nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/lynx-nat.c') diff --git a/gdb/lynx-nat.c b/gdb/lynx-nat.c index 0c4e1ca..48e52d2 100644 --- a/gdb/lynx-nat.c +++ b/gdb/lynx-nat.c @@ -1,5 +1,5 @@ /* Native-dependent code for LynxOS. - Copyright 1993 Free Software Foundation, Inc. + Copyright 1993, 1994 Free Software Foundation, Inc. This file is part of GDB. @@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "target.h" #include -#include "/usr/include/sys/wait.h" +#include static unsigned long registers_addr PARAMS ((int pid)); -- cgit v1.1