aboutsummaryrefslogtreecommitdiffstats
path: root/community/mumble/poll.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mumble/poll.patch')
-rw-r--r--community/mumble/poll.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mumble/poll.patch b/community/mumble/poll.patch
new file mode 100644
index 00000000000..e95ae0d1c25
--- /dev/null
+++ b/community/mumble/poll.patch
@@ -0,0 +1,12 @@
+diff -upr mumble-1.4.230.orig/src/mumble/ALSAAudio.cpp mumble-1.4.230/src/mumble/ALSAAudio.cpp
+--- mumble-1.4.230.orig/src/mumble/ALSAAudio.cpp 2022-01-19 20:56:34.290426880 +0100
++++ mumble-1.4.230/src/mumble/ALSAAudio.cpp 2022-01-19 20:56:52.313837957 +0100
+@@ -10,7 +10,7 @@
+ #include "Utils.h"
+
+ #include <alsa/asoundlib.h>
+-#include <sys/poll.h>
++#include <poll.h>
+
+ #include "Global.h"
+