From c2d11a7da0372ef052af1c74d56e264d8aae4743 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 7 Dec 1999 03:56:43 +0000 Subject: import gdb-1999-12-06 snapshot --- gdb/infptrace.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gdb/infptrace.c') diff --git a/gdb/infptrace.c b/gdb/infptrace.c index 32bd52c..a21eaa1 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -24,7 +24,13 @@ #include "inferior.h" #include "target.h" #include "gdb_string.h" -#include "wait.h" +#ifdef HAVE_WAIT_H +#include +#else +#ifdef HAVE_SYS_WAIT_H +#include +#endif +#endif #include "command.h" #ifdef USG -- cgit v1.1