summarylogtreecommitdiffstats
path: root/01-addMutex.patch
diff options
context:
space:
mode:
Diffstat (limited to '01-addMutex.patch')
-rw-r--r--01-addMutex.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/01-addMutex.patch b/01-addMutex.patch
new file mode 100644
index 000000000000..4152fa67b4bd
--- /dev/null
+++ b/01-addMutex.patch
@@ -0,0 +1,10 @@
+--- a/blackmagic-io-12.8.1a1/bm_locks.c 2024-02-09 02:02:38.000000000 +0100
++++ b/blackmagic-io-12.8.1a1/bm_locks.c 2024-03-11 22:08:00.559132781 +0100
+@@ -25,6 +25,7 @@
+ ** -LICENSE-END-
+ */
+ #include <linux/list.h>
++#include <linux/mutex.h>
+ #include <linux/sched.h>
+ #include <linux/spinlock.h>
+ #include "bm_version.h"