blob: fd6a2dedf64681b7f60ee01e2678a1d1a7cd0274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: qjackctl-0.3.9/src/qjackctl.cpp
===================================================================
--- qjackctl-0.3.9.orig/src/qjackctl.cpp
+++ qjackctl-0.3.9/src/qjackctl.cpp
@@ -27,6 +27,7 @@
#include <QLibraryInfo>
#include <QTranslator>
#include <QLocale>
+#include <unistd.h>
#if QT_VERSION < 0x040300
#define lighter(x) light(x)
|