summaryrefslogtreecommitdiffstats
path: root/development/tora/include_unistd.patch
diff options
context:
space:
mode:
author Giuseppe Di Terlizzi2015-04-10 12:22:07 +0200
committer Willy Sudiarto Raharjo2015-04-10 12:22:07 +0200
commit09af7691b2cb195d52deb067e720e782cbbdc21d (patch)
treeeb6c742dfa89481de2957a186280a87794e02f0c /development/tora/include_unistd.patch
parent7535c3fa2dbcd3962b84644f9836125fc3b5e147 (diff)
downloadslackbuilds-09af7691b2cb195d52deb067e720e782cbbdc21d.tar.gz
development/tora: Added (database management).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tora/include_unistd.patch')
-rw-r--r--development/tora/include_unistd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/tora/include_unistd.patch b/development/tora/include_unistd.patch
new file mode 100644
index 0000000000..be3ca2f88a
--- /dev/null
+++ b/development/tora/include_unistd.patch
@@ -0,0 +1,11 @@
+diff -aur tora-2.1.3/src/toextract.h tora-2.1.3patched/src/toextract.h
+--- tora-2.1.3/src/toextract.h 2010-02-02 10:25:43.000000000 -0800
++++ tora-2.1.3patched/src/toextract.h 2012-06-22 21:58:45.026286147 -0700
+@@ -53,6 +53,7 @@
+ #include <qvariant.h>
+ //Added by qt3to4:
+ #include <QString>
++#include <unistd.h>
+
+ class QWidget;
+ class toConnection;