diff options
author | Pierre Muller <muller@sourceware.org> | 2002-02-19 10:54:27 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2002-02-19 10:54:27 +0000 |
commit | e1195560f841aed78d151f4a1553a80f453330b0 (patch) | |
tree | 2b0a3396a5dead6d8df76b689910adc2088feaef /gdb/go32-nat.c | |
parent | c1748f97ec0c8aff9d534924de05af111b5c69e5 (diff) | |
download | gdb-e1195560f841aed78d151f4a1553a80f453330b0.zip gdb-e1195560f841aed78d151f4a1553a80f453330b0.tar.gz gdb-e1195560f841aed78d151f4a1553a80f453330b0.tar.bz2 |
* fix compilation failure by adding #include "i386-tdep.h"
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r-- | gdb/go32-nat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c index 307956b..281280d 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" |