"complete" command and completion word break characters
[deliverable/binutils-gdb.git] / gdb / dfp.h
index 9f37b8ceabb60344de2862f6a3f61f03fb11b948..c8ff5a1736f6e9b441a12ee0f64d69a5a1f7a220 100644 (file)
--- 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
This page took 0.024091 seconds and 4 git commands to generate.