mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-15 03:34:58 +00:00
16 lines
286 B
Diff
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
|