diff options
Diffstat (limited to 'math/w_tgammaf.c')
-rw-r--r-- | math/w_tgammaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_tgammaf.c b/math/w_tgammaf.c index d3698059e7..b1e72c653d 100644 --- a/math/w_tgammaf.c +++ b/math/w_tgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __tgammaf(float x) |