diff options
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> |