diff options
Diffstat (limited to 'gdb/gdb_select.h')
-rw-r--r-- | gdb/gdb_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_select.h b/gdb/gdb_select.h index ec4547b..00a972e 100644 --- a/gdb/gdb_select.h +++ b/gdb/gdb_select.h @@ -23,7 +23,7 @@ #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #else -#include "common/gdb_sys_time.h" +#include "gdbsupport/gdb_sys_time.h" #endif #ifdef USE_WIN32API |