diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-12-14 01:05:26 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-12-14 01:05:26 +0000 |
commit | ef649178c0f9ed8beb252828eb7ae624e8074787 (patch) | |
tree | 851a5331c2d1dbc9311ac02ccf31a29ad01caa4d /gdb/infptrace.c | |
parent | 27384c2546f84568448cf7afa64e0e7246918fb4 (diff) | |
download | gdb-ef649178c0f9ed8beb252828eb7ae624e8074787.tar.gz |
import gdb-1999-12-13 snapshot
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r-- | gdb/infptrace.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c index a21eaa17f99..8984b0c6829 100644 --- a/gdb/infptrace.c +++ b/gdb/infptrace.c @@ -24,13 +24,10 @@ #include "inferior.h" #include "target.h" #include "gdb_string.h" -#ifdef HAVE_WAIT_H -#include <wait.h> -#else #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> #endif -#endif +#include "wait.h" /* NOTE: This is ../include/wait.h */ #include "command.h" #ifdef USG |