diff options
Diffstat (limited to 'math/w_tgamma_compat.c')
-rw-r--r-- | math/w_tgamma_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_tgamma_compat.c b/math/w_tgamma_compat.c index 99b60298ca..93bd48fd3f 100644 --- a/math/w_tgamma_compat.c +++ b/math/w_tgamma_compat.c @@ -18,6 +18,7 @@ #include <errno.h> #include <math.h> #include <math_private.h> +#include <math-svid-compat.h> double __tgamma(double x) |