summaryrefslogtreecommitdiff
path: root/src/math/_tgmath.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 14:00:51 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 14:00:51 -0400
commit896e28812c51b9ffdf3efc00c7d7ef699e380a58 (patch)
treeaaa25e093fb4a2ac4c57609e1f745e5ac0734ca8 /src/math/_tgmath.h
parent0b0d1fe1d4fbf8560577d81e5af0549683eac8ba (diff)
formatting
Diffstat (limited to 'src/math/_tgmath.h')
-rw-r--r--src/math/_tgmath.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/_tgmath.h b/src/math/_tgmath.h
index 8cd7871b..0d6c9551 100644
--- a/src/math/_tgmath.h
+++ b/src/math/_tgmath.h
@@ -68,4 +68,12 @@
#define copysign(_x, _y) (_x < 0 ? -_y : _y)
#endif
+#ifndef M_PI
+#include "M_PI.c"
+#endif
+
+#ifndef M_PI_2
+#include "M_PI_2.c"
+#endif
+
#endif