8d2500dd974ec6db6475a8aee6f18f246d1e26b8
[openwrt/svn-archive/archive.git] / libs / libtorrent / patches / 122-fix-uintptr_t-use.patch
1 Index: libtorrent-0.12.6_r1209/rak/allocators.h
2 ===================================================================
3 --- libtorrent-0.12.6_r1209.orig/rak/allocators.h 2011-04-13 16:33:28.179339669 +0200
4 +++ libtorrent-0.12.6_r1209/rak/allocators.h 2011-04-13 16:33:48.454840573 +0200
5 @@ -41,6 +41,7 @@
6
7 #include <cstddef>
8 #include <limits>
9 +#include <stdint.h> /* for uintptr_t */
10 #include <stdlib.h>
11 #include <sys/types.h>
12