diff options
author | Keith Seitz <keiths@redhat.com> | 2001-07-13 02:55:57 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2001-07-13 02:55:57 +0000 |
commit | 0e75167a4ad4e31379545f4f07045b9ba51181d4 (patch) | |
tree | efbd12942512e9723fed23d838b9659a5131f4d0 /gdb/remote-rdp.c | |
parent | 1931c39b4650a2a24d816f2acdb872bb6baf1aa1 (diff) | |
download | gdb-0e75167a4ad4e31379545f4f07045b9ba51181d4.tar.gz |
* remote-rdp.c: Include "serial.h"
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index f0fe2a97582..11d18d1a1c2 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -49,6 +49,7 @@ #include "gdb_string.h" #include "gdbcore.h" #include "regcache.h" +#include "serial.h" #ifdef HAVE_TIME_H #include <time.h> |