mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Declare remote_target in remote-fileio.h
remote-fileio.h refers to remote_target, so forward-declare it. gdb/ChangeLog 2019-01-22 Tom Tromey <tom@tromey.com> * remote-fileio.h (struct remote_target): Declare.
This commit is contained in:
parent
3fabc0163a
commit
37b3ab5b54
@ -1,3 +1,7 @@
|
||||
2019-01-22 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* remote-fileio.h (struct remote_target): Declare.
|
||||
|
||||
2019-01-22 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* python/py-arch.c: Do not include py-ref.h.
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "fileio.h"
|
||||
|
||||
struct cmd_list_element;
|
||||
struct remote_target;
|
||||
|
||||
/* Unified interface to remote fileio, called in remote.c from
|
||||
remote_wait () and remote_async_wait (). */
|
||||
|
Loading…
Reference in New Issue
Block a user