diff options
Diffstat (limited to 'math/e_rem_pio2l.c')
-rw-r--r-- | math/e_rem_pio2l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c index 617215516b..7fa515df24 100644 --- a/math/e_rem_pio2l.c +++ b/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) |