diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 4941845..04839f4 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -29,9 +29,6 @@ #include <sys/socket.h> #include <sys/time.h> #include <fcntl.h> -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif #include "signals.h" #include "gdb_string.h" |