* remote-rdp.c: Include "serial.h"

This commit is contained in:
Keith Seitz 2001-07-13 02:55:57 +00:00
parent 60ad551a5e
commit 75e266acb3
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-07-12 Keith Seitz <keiths@redhat.com>
* remote-rdp.c: Include "serial.h"
2001-07-12 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/remote-utils.c (remote_open): Set VMIN to 1

View File

@ -49,6 +49,7 @@
#include "gdb_string.h"
#include "gdbcore.h"
#include "regcache.h"
#include "serial.h"
#ifdef HAVE_TIME_H
#include <time.h>