diff options
Diffstat (limited to 'math/w_sqrt.c')
-rw-r--r-- | math/w_sqrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_sqrt.c b/math/w_sqrt.c index 41ab1d18b2..c281bf40af 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sqrt.c,v 1.6 1995/05/10 20:49:55 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sqrt(double x) /* wrapper sqrt */ |