aboutsummaryrefslogtreecommitdiffstats
path: root/testing/supercollider/00-fortified-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/supercollider/00-fortified-headers.patch')
-rw-r--r--testing/supercollider/00-fortified-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/supercollider/00-fortified-headers.patch b/testing/supercollider/00-fortified-headers.patch
new file mode 100644
index 00000000000..a3b430c01a7
--- /dev/null
+++ b/testing/supercollider/00-fortified-headers.patch
@@ -0,0 +1,11 @@
+--- a/QtCollider/Common.h
++++ b/QtCollider/Common.h
+@@ -21,6 +21,8 @@
+
+ #pragma once
+
++// Fixes fortified headers build
++#include <unistd.h>
+ #include "debug.h"
+
+ #include <QList>