* fix compilation failure by adding #include "i386-tdep.h"
authorPierre Muller <muller@sourceware.org>
Tue, 19 Feb 2002 10:54:27 +0000 (10:54 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 19 Feb 2002 10:54:27 +0000 (10:54 +0000)
gdb/ChangeLog
gdb/go32-nat.c

index 9c78e68138f801bc8fd064dde63c940df16ccb06..01bea4b62c7aa14f254720f7e698327d671381e0 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
+
 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * win32-nat.c (display_selector): New function. Displays information
index 307956bd6a057377fef700cd41c2ffb4bc8e8faa..281280dc74604798c00da4f85fd6f6573e28a496 100644 (file)
@@ -30,6 +30,7 @@
 #include "floatformat.h"
 #include "buildsym.h"
 #include "i387-nat.h"
+#include "i386-tdep.h"
 #include "value.h"
 #include "regcache.h"
 #include "gdb_string.h"