Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / dfp.h
index 2789b31da675b83d702813e7660cfbf410d68534..c8ff5a1736f6e9b441a12ee0f64d69a5a1f7a220 100644 (file)
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024005 seconds and 4 git commands to generate.