diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 12294bc1c1d..48a4f7d894c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -47,7 +47,7 @@ #include "disasm.h" #include "location.h" -#include <sys/time.h> +#include "gdb_sys_time.h" #include "event-loop.h" #include "event-top.h" |