]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_acoshf.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_acoshf.c
index 62f94b80e7a10f66181ce5f384f709aaad3adf18..d7d6d4eb410799ebd9ca1d41266cb41092b9c931 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __acoshf(float x)         /* wrapper acoshf */