diff options
Diffstat (limited to 'math/w_jnl.c')
-rw-r--r-- | math/w_jnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_jnl.c b/math/w_jnl.c index 4bb4d6b620..1dd9ae1517 100644 --- a/math/w_jnl.c +++ b/math/w_jnl.c @@ -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 */ |