blob: 0b751c65241cd755b27c79bfcb6372b94acdd9b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/utils/dsptools.c.orig 2023-07-27 14:00:34 UTC
+++ src/utils/dsptools.c
@@ -62,7 +62,7 @@
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#else
-#if !defined(__APPLE__)
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <malloc.h>
#endif
#endif
|