mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Approved by: bofh (maintainer, by private message) Differential Revision: https://reviews.freebsd.org/D41227
11 lines
286 B
C
11 lines
286 B
C
--- 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
|