diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index d3e1b40..f484e59 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -24,8 +24,8 @@ #include "gdbcmd.h" #include "cli/cli-decode.h" #include "cli/cli-setshow.h" -#include "filestuff.h" -#include "netstuff.h" +#include "common/filestuff.h" +#include "common/netstuff.h" #include <sys/types.h> @@ -36,7 +36,7 @@ #include <sys/ioctl.h> /* For FIONBIO. */ #endif -#include "gdb_sys_time.h" +#include "common/gdb_sys_time.h" #ifdef USE_WIN32API #include <winsock2.h> |