* remote-rdp.c: Include "serial.h"
authorKeith Seitz <keiths@redhat.com>
Fri, 13 Jul 2001 02:55:57 +0000 (02:55 +0000)
committerKeith Seitz <keiths@redhat.com>
Fri, 13 Jul 2001 02:55:57 +0000 (02:55 +0000)
gdb/ChangeLog
gdb/remote-rdp.c

index e21f84081270eff5fdf75c94df21780a59a4b75d..a2df30d908fb7bb8b26faa80926891668f20eecb 100644 (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
index f0fe2a975822e55c4bc83dcb41fa7380cf8f1f00..11d18d1a1c2ffef3d0c86f099f9eb97697c5a221 100644 (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>