net/mediastreamer: expand patch to fix malloc.h-less DF
This commit is contained in:
parent
7e0ac7ffb7
commit
1e63c7baf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401486
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <alloca.h>
|
||||
#else
|
||||
-#if !defined(__APPLE__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue