diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-09 08:52:47 +0000 |
commit | 01bf2714bcf994ca92aff5e43dd5f025e3b45889 (patch) | |
tree | 36c17998ecf80e335e090d497af9ad44eec83919 /gdb/ser-pipe.c | |
parent | fea6cededcaf828c575aa738f07f209ee185eb7e (diff) | |
download | gdb-01bf2714bcf994ca92aff5e43dd5f025e3b45889.tar.gz |
Replace ../include/wait.h with gdb_wait.h.
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index c3d1ccd6f57..a510bff8da3 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -25,9 +25,7 @@ #include "ser-unix.h" #include <sys/types.h> -#ifdef HAVE_SYS_WAIT_H -#include <sys/wait.h> -#endif +#include "gdb_wait.h" #include <sys/socket.h> #include <sys/time.h> #include <fcntl.h> |