0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-15 03:34:58 +00:00
Files
termux-packages/x11-packages/mogan/s7.diff
2025-02-16 01:16:33 +08:00

16 lines
286 B
Diff

--- a/s7.c
+++ b/s7.c
@@ -393,6 +393,12 @@
#endif
#include "s7.h"
+#ifndef clog
+double complex clog(double complex);
+#endif
+#ifndef cpow
+double complex cpow(double complex, double complex);
+#endif
/* there is also apparently __STDC_NO_COMPLEX__ */
#if HAVE_COMPLEX_NUMBERS