diff options
Diffstat (limited to 'src/libm/k_sin.c')
-rw-r--r-- | src/libm/k_sin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libm/k_sin.c b/src/libm/k_sin.c index 250ee6ec..60881575 100644 --- a/src/libm/k_sin.c +++ b/src/libm/k_sin.c @@ -43,7 +43,7 @@ static const char rcsid[] = * sin(x) = x + (S1*x + (x *(r-y/2)+y)) */ -#include "math.h" +#include "math_libm.h" #include "math_private.h" #ifdef __STDC__ |