diff options
Diffstat (limited to 'math/w_sinh.c')
-rw-r--r-- | math/w_sinh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_sinh.c b/math/w_sinh.c index 5bde8a2ddd..c95e154fc3 100644 --- a/math/w_sinh.c +++ b/math/w_sinh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sinh.c,v 1.6 1995/05/10 20:49:51 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sinh(double x) /* wrapper sinh */ |