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