[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r16174 - in /libdfp/trunk: ChangeLog dfp/decimal/decimal
- To: commits@xxxxxxxxxx
- Subject: [Commits] r16174 - in /libdfp/trunk: ChangeLog dfp/decimal/decimal
- From: ryanarn@xxxxxxxxxx
- Date: Sat, 10 Dec 2011 17:22:37 -0000
Author: ryanarn
Date: Sat Dec 10 17:22:37 2011
New Revision: 16174
Log:
2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
* dfp/decimal/decimal: Added back in erroneously removed #include
<stdio.h>.
Modified:
libdfp/trunk/ChangeLog
libdfp/trunk/dfp/decimal/decimal
Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Sat Dec 10 17:22:37 2011
@@ -1,3 +1,8 @@
+2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
+
+ * dfp/decimal/decimal: Added back in erroneously removed #include
+ <stdio.h>.
+
2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
* dfp/decimal/decimal: Removed ostreamd32, ostreamd64, and
Modified: libdfp/trunk/dfp/decimal/decimal
==============================================================================
--- libdfp/trunk/dfp/decimal/decimal (original)
+++ libdfp/trunk/dfp/decimal/decimal Sat Dec 10 17:22:37 2011
@@ -48,6 +48,7 @@
* printf and strtod[32|64|128] support provided by libdfp. */
#include <float.h> /* Pick up _Decimal[32|64|128] typedefs. */
+#include <stdio.h> /* Pick up the sprintf prototype. */
#include <string>
using std::string;
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits