diff options
Diffstat (limited to 'math/w_tgamma.c')
-rw-r--r-- | math/w_tgamma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_tgamma.c b/math/w_tgamma.c index 3ce6e77b49..14d6855829 100644 --- a/math/w_tgamma.c +++ b/math/w_tgamma.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __tgamma(double x) |