diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 09:55:05 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 09:55:05 +0000 |
commit | 0fbf81ecd1fad2a7a78daf4c91c0c11d6d13e891 (patch) | |
tree | 9121915c43228f7e9e41753e47305a2cc9864342 /libm/w_gamma.c | |
parent | 1c9017b644851abe3ffbac0817170205acd17028 (diff) |
Remove explicit signgam prototype, use header instead
Diffstat (limited to 'libm/w_gamma.c')
-rw-r--r-- | libm/w_gamma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libm/w_gamma.c b/libm/w_gamma.c index 46e54ec9f..182dece3e 100644 --- a/libm/w_gamma.c +++ b/libm/w_gamma.c @@ -20,10 +20,9 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; * Method: call gamma_r */ -#include "math.h" +#include <math.h> #include "math_private.h" -extern int signgam; libm_hidden_proto(signgam) #ifdef __STDC__ |