projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ad551
)
* remote-rdp.c: Include "serial.h"
author
Keith Seitz
<keiths@redhat.com>
Fri, 13 Jul 2001 02:55:57 +0000
(
02:55
+0000)
committer
Keith Seitz
<keiths@redhat.com>
Fri, 13 Jul 2001 02:55:57 +0000
(
02:55
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-rdp.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e21f84081270eff5fdf75c94df21780a59a4b75d..a2df30d908fb7bb8b26faa80926891668f20eecb 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/remote-rdp.c
b/gdb/remote-rdp.c
index f0fe2a975822e55c4bc83dcb41fa7380cf8f1f00..11d18d1a1c2ffef3d0c86f099f9eb97697c5a221 100644
(file)
--- 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>