* 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 9c78e68..01bea4b 100644 (file)
@@ -1,5 +1,9 @@
 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
        about the information returned by GetThreadSelectorEntry API function.
        (display_selectors): New function. Displays the infomation of
index 307956b..281280d 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"