aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 17:19:38 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 17:19:38 +0000
commitfd0407d670c5a89ba5ba8cba65a056ac8c709e75 (patch)
tree4cd513b3845e553ebe500f052ee48fb36639a9fa /gdb/gdbarch.h
parent1b90af266c5bf8ef4cfd5c09c79c468cfaf32c6a (diff)
downloadfsf-binutils-gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.zip
fsf-binutils-gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.gz
fsf-binutils-gdb-fd0407d670c5a89ba5ba8cba65a056ac8c709e75.tar.bz2
Add explicit #include of "value.h".
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 2a9fe71..26ae3aa 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -36,6 +36,9 @@
#define GDBARCH_H
#include "dis-asm.h" /* Get defs for disassemble_info, which unfortunately is a typedef. */
+#if !GDB_MULTI_ARCH
+#include "value.h" /* For default_coerce_float_to_double which is referenced by a macro. */
+#endif
struct frame_info;
struct value;