summaryrefslogtreecommitdiff
path: root/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtorrent/patches/patch-src_torrent_poll_epoll_cc')
-rw-r--r--package/libtorrent/patches/patch-src_torrent_poll_epoll_cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc b/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc
new file mode 100644
index 000000000..c542f951f
--- /dev/null
+++ b/package/libtorrent/patches/patch-src_torrent_poll_epoll_cc
@@ -0,0 +1,10 @@
+--- libtorrent-0.12.4.orig/src/torrent/poll_epoll.cc 2008-10-28 12:49:47.000000000 +0100
++++ libtorrent-0.12.4/src/torrent/poll_epoll.cc 2009-08-28 17:34:23.579476292 +0200
+@@ -37,6 +37,7 @@
+ #include "config.h"
+
+ #include <cerrno>
++#include <cstdio>
+ #include <cstring>
+
+ #include <unistd.h>