summaryrefslogtreecommitdiff
path: root/math/pffft/files/patch-pffft__double.c
blob: 275598b10e69783eb84ee9b1bea6cde31af970d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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