Răsfoiți Sursa

include math.h to get the prototype

Peter S. Mazinger 19 ani în urmă
părinte
comite
da6cf3047e

+ 1 - 0
libm/powerpc/s_ceil.c

@@ -21,6 +21,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 static const double        twoTo52  = 4503599627370496.0;

+ 1 - 0
libm/powerpc/s_copysign.c

@@ -22,6 +22,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include "../fp_private.h"
 
 /*******************************************************************************

+ 1 - 0
libm/powerpc/s_floor.c

@@ -21,6 +21,7 @@
 *                                                                              *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 static const double        twoTo52  = 4503599627370496.0;

+ 1 - 0
libm/powerpc/s_logb.c

@@ -32,6 +32,7 @@
 *     Standard 754.                                                            *
 *******************************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 typedef union

+ 1 - 0
libm/powerpc/w_scalb.c

@@ -19,6 +19,7 @@
 **
 ***********************************************************************/
 
+#include <math.h>
 #include <endian.h>
 
 typedef union