* 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 e21f840..a2df30d 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 f0fe2a9..11d18d1 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>