[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r11339 - in /libdfp/trunk: ChangeLog init_dfp.c



Author: ryanarn
Date: Mon Aug 23 08:40:50 2010
New Revision: 11339

Log:
2010-08-23  Carlos Eduardo Seo  <cseo@xxxxxxxxxxxxxxxxxx>

	* init_dfp.c: Changed #include <dfp/dfp.h> to #include <dfp.h>.

Modified:
    libdfp/trunk/ChangeLog
    libdfp/trunk/init_dfp.c

Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Mon Aug 23 08:40:50 2010
@@ -1,3 +1,7 @@
+2010-08-23  Carlos Eduardo Seo  <cseo@xxxxxxxxxxxxxxxxxx>
+
+	* init_dfp.c: Changed #include <dfp/dfp.h> to #include <dfp.h>.
+
 2010-08-12  Luis Machado  <luisgpm@xxxxxxxxxx>
 
 	* tests/test-amort.c: Added license and copyright.

Modified: libdfp/trunk/init_dfp.c
==============================================================================
--- libdfp/trunk/init_dfp.c (original)
+++ libdfp/trunk/init_dfp.c Mon Aug 23 08:40:50 2010
@@ -22,7 +22,7 @@
 
    Please see libdfp/COPYING.txt for more information.  */
 
-#include <dfp/dfp.h>
+#include <dfp.h>
 #include <init_dfp.h>
 
 void __attribute__ ((constructor)) __attribute__((visibility ("hidden")))