diff options
Diffstat (limited to 'math/w_sqrtl.c')
-rw-r--r-- | math/w_sqrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_sqrtl.c b/math/w_sqrtl.c index 0b03eeb..43770ee 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __sqrtl(long double x) /* wrapper sqrtl */ |