diff options
Diffstat (limited to 'libm/e_asin.c')
-rw-r--r-- | libm/e_asin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libm/e_asin.c b/libm/e_asin.c index f9b16da71..8a639771b 100644 --- a/libm/e_asin.c +++ b/libm/e_asin.c @@ -48,6 +48,8 @@ static char rcsid[] = "$NetBSD: e_asin.c,v 1.9 1995/05/12 04:57:22 jtc Exp $"; #include "math.h" #include "math_private.h" +libm_hidden_proto(fabs) + #ifdef __STDC__ static const double #else |