diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 09:28:52 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-31 09:28:52 +0000 |
commit | da6cf3047ecad6e3f2483932134640a77a2c3556 (patch) | |
tree | 2af5cedda35eb1ada2fa9d208291c874afaf171a /libm/powerpc/s_floor.c | |
parent | cccc549ced940c85039c8ce263c8bb571f244afd (diff) |
include math.h to get the prototype
Diffstat (limited to 'libm/powerpc/s_floor.c')
-rw-r--r-- | libm/powerpc/s_floor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/powerpc/s_floor.c b/libm/powerpc/s_floor.c index c5a33cfb7..ff3436707 100644 --- a/libm/powerpc/s_floor.c +++ b/libm/powerpc/s_floor.c @@ -21,6 +21,7 @@ * * *******************************************************************************/ +#include <math.h> #include <endian.h> static const double twoTo52 = 4503599627370496.0; |