diff options
Diffstat (limited to 'src/math/signgam.c')
-rw-r--r-- | src/math/signgam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/signgam.c b/src/math/signgam.c index cd728001..b4903a58 100644 --- a/src/math/signgam.c +++ b/src/math/signgam.c @@ -1,4 +1,5 @@ #include <math.h> +#include "libm.h" #include "libc.h" int __signgam = 0; |