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 | 75e266acb32f63df6062f1abb80b1ab08ced2f81 (patch) | |
tree | 8c5dea1fd7da9c2da48c200077dd59c4ec2474e9 /gdb/remote-rdp.c | |
parent | 60ad551a5e9ebe902567386ab8978b1a57d41640 (diff) | |
download | gdb-75e266acb32f63df6062f1abb80b1ab08ced2f81.zip gdb-75e266acb32f63df6062f1abb80b1ab08ced2f81.tar.gz gdb-75e266acb32f63df6062f1abb80b1ab08ced2f81.tar.bz2 |
* 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 f0fe2a9..11d18d1 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> |