aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pipewire/files/patch-src_tools_pw-cli.c
blob: 174af07c07e6d0b31b208de47b4ee965126cd90e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/tools/pw-cli.c.orig	2020-02-20 14:33:31 UTC
+++ src/tools/pw-cli.c
@@ -28,7 +28,9 @@
 #include <signal.h>
 #include <string.h>
 #include <ctype.h>
+#ifndef __FreeBSD__
 #include <alloca.h>
+#endif
 
 #include <spa/utils/result.h>
 #include <spa/debug/pod.h>