summaryrefslogtreecommitdiff
path: root/gdb/infptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-09 08:52:47 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-09 08:52:47 +0000
commit01bf2714bcf994ca92aff5e43dd5f025e3b45889 (patch)
tree36c17998ecf80e335e090d497af9ad44eec83919 /gdb/infptrace.c
parentfea6cededcaf828c575aa738f07f209ee185eb7e (diff)
downloadgdb-01bf2714bcf994ca92aff5e43dd5f025e3b45889.tar.gz
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r--gdb/infptrace.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c
index d8463e67246..fb0373af94e 100644
--- a/gdb/infptrace.c
+++ b/gdb/infptrace.c
@@ -25,16 +25,7 @@
#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
-
-/* "wait.h" fills in the gaps left by <wait.h> */
-#include "wait.h" /* NOTE: This is ../include/wait.h */
+#include "gdb_wait.h"
#include "command.h"