diff options
Diffstat (limited to 'gdb/ser-tcp.c')
-rw-r--r-- | gdb/ser-tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-tcp.c b/gdb/ser-tcp.c index c558174..1c6d5a3 100644 --- a/gdb/ser-tcp.c +++ b/gdb/ser-tcp.c @@ -58,7 +58,7 @@ #endif #include <signal.h> -#include "gdb_select.h" +#include "gdbsupport/gdb_select.h" #include <algorithm> #ifndef HAVE_SOCKLEN_T |