aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ctorrent-dnh/unistd.patch
diff options
context:
space:
mode:
authorDenis Ryabyy <vv1r0x@gmail.com>2016-08-31 09:16:37 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-13 22:25:32 +0200
commitb5d88a11a312925346617b0c403a53f9dab90029 (patch)
tree8a6b4f0ab023c438ff7d477762e2de8834cc7dcb /testing/ctorrent-dnh/unistd.patch
parentb60972499857b49cfcac97c3f907e70b3ec49adc (diff)
downloadaports-b5d88a11a312925346617b0c403a53f9dab90029.tar.bz2
aports-b5d88a11a312925346617b0c403a53f9dab90029.tar.xz
testing/ctorrent-dnh: new aport
http://www.rahul.net/dholmes/ctorrent/ Enhanced CTorrent is a BitTorrent client for unix-like environments
Diffstat (limited to 'testing/ctorrent-dnh/unistd.patch')
-rw-r--r--testing/ctorrent-dnh/unistd.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ctorrent-dnh/unistd.patch b/testing/ctorrent-dnh/unistd.patch
new file mode 100644
index 0000000000..f7d8a925e0
--- /dev/null
+++ b/testing/ctorrent-dnh/unistd.patch
@@ -0,0 +1,10 @@
+--- a/compat.h
++++ b/compat.h
+@@ -57,6 +57,7 @@
+ void srandom(unsigned long seed);
+ #endif
+
++#include <unistd.h>
+
+ #ifdef __cplusplus
+ }