diff options
Diffstat (limited to 'gdb/serial.c')
-rw-r--r-- | gdb/serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/serial.c b/gdb/serial.c index ce420ee..75a221c 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -23,6 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gdb_string.h" #include "gdbcmd.h" +extern void _initialize_serial PARAMS ((void)); + /* Linked list of serial I/O handlers */ static struct serial_ops *serial_ops_list = NULL; |