aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_select.h')
-rw-r--r--gdb/gdb_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdb_select.h b/gdb/gdb_select.h
index 5bcdcf3..407ec9a 100644
--- a/gdb/gdb_select.h
+++ b/gdb/gdb_select.h
@@ -22,6 +22,8 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
+#else
+#include <sys/time.h>
#endif
#ifdef USE_WIN32API