From e1195560f841aed78d151f4a1553a80f453330b0 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 19 Feb 2002 10:54:27 +0000 Subject: [PATCH] * fix compilation failure by adding #include "i386-tdep.h" --- gdb/ChangeLog | 4 ++++ gdb/go32-nat.c | 1 + 2 files changed, 5 insertions(+) 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" -- 2.30.2