]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_logl.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_logl.c
index 5a38f2003807f765f59294afdbcf91f3f6085c9f..e869bce0f4e50f0e2d43dcb4aaf615d60df51080 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__