]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_jnl.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_jnl.c
index 4bb4d6b620a636eef80156a798ff20eeeb7302b0..1dd9ae1517eae9ed6cc1e2a15f06e922529d1430 100644 (file)
@@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __jnl(int n, long double x) /* wrapper jnl */