aboutsummaryrefslogtreecommitdiff
path: root/gdb/lin-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/lin-thread.c')
-rw-r--r--gdb/lin-thread.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/lin-thread.c b/gdb/lin-thread.c
index 2f255c0..a4f388de 100644
--- a/gdb/lin-thread.c
+++ b/gdb/lin-thread.c
@@ -102,16 +102,7 @@
#include "inferior.h"
#include "gdbcmd.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"
+#include "gdb_wait.h"
#include <time.h>