aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/command.c')
-rw-r--r--gdb/command.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/command.c b/gdb/command.c
index 0db8095..95965b2 100644
--- a/gdb/command.c
+++ b/gdb/command.c
@@ -26,13 +26,7 @@
#include "ui-out.h"
#endif
-#if HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#elif HAVE_WAIT_H
-#include <wait.h>
-#endif
-
-#include "wait.h"
+#include "gdb_wait.h"
/* FIXME: this should be auto-configured! */
#ifdef __MSDOS__