aboutsummaryrefslogtreecommitdiff
path: root/gdb/dfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dfp.h')
-rw-r--r--gdb/dfp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/dfp.h b/gdb/dfp.h
index 9f37b8c..c8ff5a1 100644
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -25,6 +25,9 @@
#ifndef DFP_H
#define DFP_H
+#include "doublest.h" /* For DOUBLEST. */
+#include "expression.h" /* For enum exp_opcode. */
+
/* When using decimal128, this is the maximum string length + 1
* (value comes from libdecnumber's DECIMAL128_String constant). */
#define MAX_DECIMAL_STRING 43