This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Include "serial.h" in remote-rdp.c


Hi,

This fixes a build problem with remote-rdp.c, and is pretty obvious.

Keith

ChangeLog:
2001-07-12  Keith Seitz  <keiths@redhat.com>

	* remote-rdp.c: Include "serial.h"

Patch:
Index: remote-rdp.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-rdp.c,v
retrieving revision 1.18
diff -u -p -r1.18 remote-rdp.c
--- remote-rdp.c	2001/07/11 17:52:32	1.18
+++ remote-rdp.c	2001/07/13 02:54:58
@@ -49,6 +49,7 @@
 #include "gdb_string.h"
 #include "gdbcore.h"
 #include "regcache.h"
+#include "serial.h"

 #ifdef HAVE_TIME_H
 #include <time.h>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]