summaryrefslogtreecommitdiffstats
path: root/gdb/ser-unix.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/ser-unix.c
parentc1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff)
downloadppe42-binutils-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz
ppe42-binutils-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r--gdb/ser-unix.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c
index 80e550d058..919c9fd90d 100644
--- a/gdb/ser-unix.c
+++ b/gdb/ser-unix.c
@@ -25,9 +25,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include "terminal.h"
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
+#include "gdb_wait.h"
#include <sys/socket.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud