summaryrefslogtreecommitdiff
path: root/src/math/sincos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/sincos.c')
-rw-r--r--src/math/sincos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/sincos.c b/src/math/sincos.c
index 49f8a098..35b2d923 100644
--- a/src/math/sincos.c
+++ b/src/math/sincos.c
@@ -10,6 +10,7 @@
* ====================================================
*/
+#define _GNU_SOURCE
#include "libm.h"
void sincos(double x, double *sin, double *cos)