diff options
Diffstat (limited to 'ftp/lftp/files/patch-src-Torrent.cc')
-rw-r--r-- | ftp/lftp/files/patch-src-Torrent.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/lftp/files/patch-src-Torrent.cc b/ftp/lftp/files/patch-src-Torrent.cc new file mode 100644 index 000000000000..189ec742a3f7 --- /dev/null +++ b/ftp/lftp/files/patch-src-Torrent.cc @@ -0,0 +1,10 @@ +--- src/Torrent.cc.orig 2009-09-16 18:02:13.808225067 +0000 ++++ src/Torrent.cc 2009-09-16 18:02:27.236576994 +0000 +@@ -24,6 +24,7 @@ + #include <stdlib.h> + #include <assert.h> + #include <sys/socket.h> ++#include <sys/stat.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <unistd.h> |