]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_logf.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_logf.c
index 46d97491147b6fa6523730e06b68c834e65c501a..200a8b713361b674c99759a818e62d9f2868826b 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_logf.c,v 1.3 1995/05/10 20:49:40 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__