diff options
Diffstat (limited to 'libm/powerpc/s_ceil.c')
-rw-r--r-- | libm/powerpc/s_ceil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/powerpc/s_ceil.c b/libm/powerpc/s_ceil.c index a9d5a5b22..8db5ce537 100644 --- a/libm/powerpc/s_ceil.c +++ b/libm/powerpc/s_ceil.c @@ -21,6 +21,7 @@ * * *******************************************************************************/ +#include <math.h> #include <endian.h> static const double twoTo52 = 4503599627370496.0; |