diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 0700132..1e777b7 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -27,7 +27,7 @@ #include <sys/types.h> #include <sys/socket.h> -#include <sys/time.h> +#include "gdb_sys_time.h" #include <fcntl.h> #include "filestuff.h" |