diff options
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r-- | gdb/i387-tdep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 275a1e2..5842c00 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -30,6 +30,9 @@ #include "gdb_assert.h" #include "doublest.h" +#if GDB_MULTI_ARCH >0 +#include "i386-tdep.h" +#endif /* FIXME: Eliminate the next two functions when we have the time to change all the callers. */ |