OSDN Git Service

include math.h to get the prototype
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 31 Jan 2006 09:28:52 +0000 (09:28 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 31 Jan 2006 09:28:52 +0000 (09:28 -0000)
libm/powerpc/s_ceil.c
libm/powerpc/s_copysign.c
libm/powerpc/s_floor.c
libm/powerpc/s_logb.c
libm/powerpc/w_scalb.c

index a9d5a5b..8db5ce5 100644 (file)
@@ -21,6 +21,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 static const double        twoTo52  = 4503599627370496.0;
index ece2a3d..1a988ac 100644 (file)
@@ -22,6 +22,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include "../fp_private.h"
 
 /*******************************************************************************
index c5a33cf..ff34367 100644 (file)
@@ -21,6 +21,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 static const double        twoTo52  = 4503599627370496.0;
index c3c6d00..81daa41 100644 (file)
@@ -32,6 +32,7 @@
 *     Standard 754.                                                            *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 typedef union
index e847fc7..bac99fe 100644 (file)
@@ -19,6 +19,7 @@
 **
 ***********************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 typedef union