diff options
Diffstat (limited to 'math/k_sinl.c')
-rw-r--r-- | math/k_sinl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/k_sinl.c b/math/k_sinl.c index ea1d71f..e95c71c 100644 --- a/math/k_sinl.c +++ b/math/k_sinl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_sinl (long double x, long double y, int iy) |