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_logb.c | |
parent | cccc549ced940c85039c8ce263c8bb571f244afd (diff) |
include math.h to get the prototype
Diffstat (limited to 'libm/powerpc/s_logb.c')
-rw-r--r-- | libm/powerpc/s_logb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/powerpc/s_logb.c b/libm/powerpc/s_logb.c index c3c6d00a8..81daa412e 100644 --- a/libm/powerpc/s_logb.c +++ b/libm/powerpc/s_logb.c @@ -32,6 +32,7 @@ * Standard 754. * *******************************************************************************/ +#include <math.h> #include <endian.h> typedef union |