]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_sqrtf.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_sqrtf.c
index 21beb550f44fcac199346a1e6e21537be133a73a..854d1cded2d43d0b4ca1b926d25aef4ef10387b6 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __sqrtf(float x)          /* wrapper sqrtf */