summaryrefslogtreecommitdiff
path: root/gdb/command.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/command.c
parentfea6cededcaf828c575aa738f07f209ee185eb7e (diff)
downloadgdb-01bf2714bcf994ca92aff5e43dd5f025e3b45889.tar.gz
Replace ../include/wait.h with gdb_wait.h.
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 0db8095b9fb..95965b2d7d6 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__