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 | 03f2053f967aada4d75ee44d41ef3f803fb2f2a9 (patch) | |
tree | f69efd8f83ed51c41f703944d9d2419b4ea228fd /gdb/ser-pipe.c | |
parent | c1a8de50ed5d5848efb5152ba25d30a479a9bf84 (diff) | |
download | gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.zip gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.gz gdb-03f2053f967aada4d75ee44d41ef3f803fb2f2a9.tar.bz2 |
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 c3d1ccd..a510bff 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> |