diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c78e68138f..01bea4b62c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-02-18 Pierre Muller + + * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro. + 2002-02-18 Pierre Muller * win32-nat.c (display_selector): New function. Displays information diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 307956bd6a0..281280dc746 100644 --- a/gdb/go32-nat.c +++ b/gdb/go32-nat.c @@ -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"