Quellcode durchsuchen

include math.h to get the prototype

Peter S. Mazinger vor 18 Jahren
Ursprung
Commit
da6cf3047e
5 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 1 0
      libm/powerpc/s_ceil.c
  2. 1 0
      libm/powerpc/s_copysign.c
  3. 1 0
      libm/powerpc/s_floor.c
  4. 1 0
      libm/powerpc/s_logb.c
  5. 1 0
      libm/powerpc/w_scalb.c

+ 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