[package] fix libtorrent build failure (#6981)
[openwrt/svn-archive/archive.git] / libs / libtorrent / patches / 130-missing_inttypes.patch
1 diff -urN libtorrent-0.12.6_r1130/rak/allocators.h libtorrent-0.12.6_r1130.new/rak/allocators.h
2 --- libtorrent-0.12.6_r1130/rak/allocators.h 2009-12-26 12:16:21.000000000 +0100
3 +++ libtorrent-0.12.6_r1130.new/rak/allocators.h 2010-03-29 11:49:51.000000000 +0200
4 @@ -43,6 +43,7 @@
5 #include <limits>
6 #include <stdlib.h>
7 #include <sys/types.h>
8 +#include <inttypes.h>
9
10 namespace rak {
11