diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:55:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:55:08 +0000 |
commit | 60dfc9c453e121e71a94373e5329544d788422b5 (patch) | |
tree | 20ed6c2badec1b87478f0766efeb8344a7624bee /net-p2p/hrktorrent | |
parent | 7466c9b14fc51c13b224614c09d7080fdd2e96e1 (diff) |
Notes
Diffstat (limited to 'net-p2p/hrktorrent')
-rw-r--r-- | net-p2p/hrktorrent/files/patch-hrktorrent.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/hrktorrent/files/patch-hrktorrent.h b/net-p2p/hrktorrent/files/patch-hrktorrent.h new file mode 100644 index 000000000000..0da691e1b860 --- /dev/null +++ b/net-p2p/hrktorrent/files/patch-hrktorrent.h @@ -0,0 +1,10 @@ +--- hrktorrent.h.orig 2010-12-14 18:09:28.000000000 +0300 ++++ hrktorrent.h 2010-12-14 18:09:40.000000000 +0300 +@@ -6,6 +6,7 @@ + #include <iterator> + #include <exception> + ++#include <signal.h> + #include <sys/mman.h> + #include <sys/types.h> + #include <sys/stat.h> |