diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-10-08 19:32:38 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-10-10 22:48:07 +0300 |
commit | ea9c61f86374e6138f5ec6948d2e57f0c7c39eaf (patch) | |
tree | 44e82ab57ab2eba1191bdd5e891edc1f81a6c18f /multimedia/pipewire/files/patch-test_test-functional.c | |
parent | www/jetty9: Fix typo in DEPRECATED entry (diff) |
multimedia/pipewire: Update to 0.3.81
PR: 273258
Diffstat (limited to 'multimedia/pipewire/files/patch-test_test-functional.c')
-rw-r--r-- | multimedia/pipewire/files/patch-test_test-functional.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/pipewire/files/patch-test_test-functional.c b/multimedia/pipewire/files/patch-test_test-functional.c index 4ce37f2cb4ce..23d9c2919445 100644 --- a/multimedia/pipewire/files/patch-test_test-functional.c +++ b/multimedia/pipewire/files/patch-test_test-functional.c @@ -1,10 +1,11 @@ ---- test/test-functional.c.orig 2022-04-27 17:59:21 UTC +--- test/test-functional.c.orig 2023-10-06 09:37:06 UTC +++ test/test-functional.c -@@ -22,6 +22,7 @@ - * DEALINGS IN THE SOFTWARE. - */ - -+#include <sys/wait.h> +@@ -4,6 +4,8 @@ #include "config.h" ++#include <sys/wait.h> ++ + #include "pwtest.h" + + PWTEST(openal_info_test) |