aboutsummaryrefslogtreecommitdiff
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
commit03f2053f967aada4d75ee44d41ef3f803fb2f2a9 (patch)
treef69efd8f83ed51c41f703944d9d2419b4ea228fd /gdb/command.c
parentc1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff)
downloadgdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip
gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz
gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2
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 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__