diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 75fc952..702d97c 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -27,9 +27,9 @@ #include <sys/types.h> #include <sys/socket.h> -#include "gdb_sys_time.h" +#include "common/gdb_sys_time.h" #include <fcntl.h> -#include "filestuff.h" +#include "common/filestuff.h" #include <signal.h> |