aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch')
-rw-r--r--recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch b/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
new file mode 100644
index 0000000..20896b4
--- /dev/null
+++ b/recipes-graphics/layer-management/layer-management-0.9.8/include-unistd-for-alarm-in-example.patch
@@ -0,0 +1,12 @@
+Index: git/LayerManagerExamples/LayerManagerControl/src/commands.cpp
+===================================================================
+--- git.orig/LayerManagerExamples/LayerManagerControl/src/commands.cpp 2012-07-12 16:51:49.695274924 +0300
++++ git/LayerManagerExamples/LayerManagerControl/src/commands.cpp 2012-07-12 16:52:03.231275452 +0300
+@@ -21,6 +21,7 @@
+ #include "ExpressionInterpreter.h"
+ #include <iostream>
+ #include <signal.h> // signal
++#include <unistd.h>
+
+ using namespace std;
+