mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
272 B
C
12 lines
272 B
C
--- pffft_double.c.orig 2022-01-30 17:29:25 UTC
|
|
+++ pffft_double.c
|
|
@@ -75,6 +75,8 @@
|
|
# include <malloc.h>
|
|
#elif defined(__MINGW32__) || defined(__MINGW64__)
|
|
# include <malloc.h>
|
|
+#elif defined(__FreeBSD__)
|
|
+# include <stdlib.h>
|
|
#else
|
|
# include <alloca.h>
|
|
#endif
|