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