summaryrefslogtreecommitdiff
path: root/gdb/avr-tdep.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-02-16 21:49:59 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-02-16 21:49:59 +0000
commit55d145c3622ca89873bcce9b1a71a3c5f08725bf (patch)
tree406b1b31f2f4120bfd61f8d1ab7451237128233f /gdb/avr-tdep.c
parent95f922d2686466815469bd15841a98558c1c7c6b (diff)
downloadgdb-55d145c3622ca89873bcce9b1a71a3c5f08725bf.tar.gz
* avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c, sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h". * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o) (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o) (sparc-linux-tdep.o): Update.
Diffstat (limited to 'gdb/avr-tdep.c')
-rw-r--r--gdb/avr-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c
index 960e6dff072..4724f65f5f7 100644
--- a/gdb/avr-tdep.c
+++ b/gdb/avr-tdep.c
@@ -32,6 +32,7 @@
#include "trad-frame.h"
#include "gdbcmd.h"
#include "gdbcore.h"
+#include "gdbtypes.h"
#include "inferior.h"
#include "symfile.h"
#include "arch-utils.h"