mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
https://supercollider.github.io/ An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
11 lines
183 B
Diff
11 lines
183 B
Diff
--- 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>
|