summarylogtreecommitdiffstats
path: root/missing-include-fix.patch
diff options
context:
space:
mode:
authorPatric Schmitz2015-08-12 18:44:52 +0200
committerPatric Schmitz2015-08-12 18:44:52 +0200
commitaddbc018dd1279d0d7495b4f4d60eba7119dd6b2 (patch)
tree79e483fdcf05a34a9fa821f6543e903a172f31d1 /missing-include-fix.patch
downloadaur-addbc018dd1279d0d7495b4f4d60eba7119dd6b2.tar.gz
Add initial version of synergy-1.6.3 AUR package, all 1.7 releases run very unstable on linux
Diffstat (limited to 'missing-include-fix.patch')
-rw-r--r--missing-include-fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/missing-include-fix.patch b/missing-include-fix.patch
new file mode 100644
index 000000000000..ed53bd40c927
--- /dev/null
+++ b/missing-include-fix.patch
@@ -0,0 +1,21 @@
+From 5080bf0c679711f60ca14eb5979d92f181749bb7 Mon Sep 17 00:00:00 2001
+From: Manuel Frischknecht <manuel.frischknecht@bfh.ch>
+Date: Mon, 20 Jul 2015 17:55:02 +0200
+Subject: [PATCH] Fixed a missing include that breaks the build on linux
+
+---
+ src/gui/src/CommandProcess.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/gui/src/CommandProcess.h b/src/gui/src/CommandProcess.h
+index 62e89bf..f279dff 100644
+--- a/src/gui/src/CommandProcess.h
++++ b/src/gui/src/CommandProcess.h
+@@ -18,6 +18,7 @@
+ #ifndef COMMANDTHREAD_H
+ #define COMMANDTHREAD_H
+
++#include <QObject>
+ #include <QStringList>
+
+ class CommandProcess : public QObject