* config/arm/tm-arm.h: Include "floatformat.h".

This commit is contained in:
Andrew Cagney 2001-07-04 19:57:53 +00:00
parent d0df847233
commit 9da8e4f8c8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-06-29 Andrew Cagney <ac131313@redhat.com>
* config/arm/tm-arm.h: Include "floatformat.h".
2001-06-29 Andrew Cagney <ac131313@redhat.com>
* i387-tdep.c: Include "gdb_assert.h".

View File

@ -23,6 +23,7 @@
#define TM_ARM_H
#include "regcache.h"
#include "floatformat.h"
/* Forward declarations for prototypes. */
struct type;