diff options
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 673e423a793..f0fe2a97582 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -55,7 +55,7 @@ #endif extern struct target_ops remote_rdp_ops; -static serial_t io; +static struct serial *io; static host_callback *callback = &default_callback; struct |