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