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