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]
Other format: [Raw text]

[PATCH] Fix i386v-nat.c compilation


Checked in on mailine & branch.


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* i386v-nat.c: Include "i386-tdep.h".

Index: i386v-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386v-nat.c,v
retrieving revision 1.11
diff -u -p -r1.11 i386v-nat.c
--- i386v-nat.c 18 Aug 2002 21:53:55 -0000 1.11
+++ i386v-nat.c 25 Oct 2002 18:49:31 -0000
@@ -60,6 +60,8 @@
 #include "floatformat.h"
 
 #include "target.h"
+
+#include "i386-tdep.h"
 
 
 /* Mapping between the general-purpose registers in `struct user'


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