summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/clementine-unistd.patch
blob: 9bd053b60fcb4bbcfc791eec89e17547d5a59cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -rupN Clementine-1.2.2.orig/src/core/utilities.cpp Clementine-1.2.2/src/core/utilities.cpp
--- Clementine-1.2.2.orig/src/core/utilities.cpp	2014-02-23 16:14:06.919406700 +0100
+++ Clementine-1.2.2/src/core/utilities.cpp	2014-02-23 16:16:12.107064900 +0100
@@ -50,6 +50,7 @@
 #endif
 
 #ifdef Q_OS_LINUX
+#  include <unistd.h>
 #  include <sys/syscall.h>
 #endif
 #ifdef Q_OS_DARWIN