* fix compilation failure by adding #include "i386-tdep.h"

This commit is contained in:
Pierre Muller 2002-02-19 10:54:27 +00:00
parent c1748f97ec
commit e1195560f8
2 changed files with 5 additions and 0 deletions

View 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

View 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"