diff options
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/s_erff.c')
-rw-r--r-- | libc/sysdeps/ieee754/flt-32/s_erff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/s_erff.c b/libc/sysdeps/ieee754/flt-32/s_erff.c index 8a0610d5c..17eeca4b5 100644 --- a/libc/sysdeps/ieee754/flt-32/s_erff.c +++ b/libc/sysdeps/ieee754/flt-32/s_erff.c @@ -17,8 +17,8 @@ static char rcsid[] = "$NetBSD: s_erff.c,v 1.4 1995/05/10 20:47:07 jtc Exp $"; #endif -#include "math.h" -#include "math_private.h" +#include <math.h> +#include <math_private.h> static const float tiny = 1e-30, |