summaryrefslogtreecommitdiff
path: root/gdb/remote-rdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index 6701f740078..ef45ca36852 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -47,11 +47,11 @@
#include "symfile.h"
#include "remote-utils.h"
#include "gdb_string.h"
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
#include "gdbcore.h"
+#ifdef HAVE_TIME_H
+#include <time.h>
+#endif
extern struct target_ops remote_rdp_ops;
static serial_t io;