diff options
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r-- | gdb/arm-linux-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index 76becf7..bf26300 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -19,7 +19,8 @@ Boston, MA 02111-1307, USA. */ #include "defs.h" -#include "symtab.h" +#include "target.h" +#include "value.h" #include "gdbtypes.h" #ifdef GET_LONGJMP_TARGET |