diff options
Diffstat (limited to 'math/k_cosl.c')
-rw-r--r-- | math/k_cosl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/k_cosl.c b/math/k_cosl.c index 29b83d6..bf3708b 100644 --- a/math/k_cosl.c +++ b/math/k_cosl.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_cosl (long double x, long double y) |