diff options
Diffstat (limited to 'net-p2p/rtorrent/files')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch b/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch new file mode 100644 index 000000000000..b057bd934d12 --- /dev/null +++ b/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch @@ -0,0 +1,12 @@ +Index: rtorrent/src/command_scheduler.h +=================================================================== +--- rtorrent/src/command_scheduler.h (revision 629) ++++ rtorrent/src/command_scheduler.h (working copy) +@@ -39,6 +39,7 @@ + + #include <vector> + #include <string> ++#include <inttypes.h> + #include <rak/functional_fun.h> + + class CommandSchedulerItem; |