aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb_usleep.c')
-rw-r--r--gdb/gdb_usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_usleep.c b/gdb/gdb_usleep.c
index 25cc8e1..9a92ced 100644
--- a/gdb/gdb_usleep.c
+++ b/gdb/gdb_usleep.c
@@ -18,7 +18,7 @@
#include "defs.h"
#include "gdb_usleep.h"
#include "gdb_select.h"
-#include "common/gdb_sys_time.h"
+#include "gdbsupport/gdb_sys_time.h"
int
gdb_usleep (int usec)