diff options
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp b/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp index 0823147f0528..661582fb3267 100644 --- a/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp +++ b/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp @@ -1,9 +1,9 @@ ---- src/utp_stream.cpp.orig 2013-09-20 12:07:06.000000000 +0000 +--- src/utp_stream.cpp.orig 2014-12-05 01:00:07 UTC +++ src/utp_stream.cpp @@ -30,6 +30,8 @@ POSSIBILITY OF SUCH DAMAGE. */ - + +#define __STDC_LIMIT_MACROS +#include <stdint.h> #include "libtorrent/config.hpp" |