summaryrefslogtreecommitdiff
path: root/src/math/lgammal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lgammal.c')
-rw-r--r--src/math/lgammal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/lgammal.c b/src/math/lgammal.c
index 8fae1be8..56d7866d 100644
--- a/src/math/lgammal.c
+++ b/src/math/lgammal.c
@@ -89,6 +89,8 @@
#include "libm.h"
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
+double __lgamma_r(double x, int *sg);
+
long double __lgammal_r(long double x, int *sg)
{
return __lgamma_r(x, sg);