Advertisement
Guest User

Untitled

a guest
Sep 12th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.43 KB | None | 0 0
  1. diff -ru --strip-trailing-cr 1/include/libtorrent/stat.hpp 2/include/libtorrent/stat.hpp
  2. --- 1/include/libtorrent/stat.hpp   2012-03-27 06:03:11.000000000 +0400
  3. +++ 2/include/libtorrent/stat.hpp   2012-09-12 17:51:03.580264100 +0400
  4. @@ -47,6 +47,10 @@
  5.  #include "libtorrent/debug.hpp" // for logger
  6.  #endif
  7.  
  8. +#ifdef __MINGW64__
  9. +#include <sys/stat.h>
  10. +#endif
  11. +
  12.  namespace libtorrent
  13.  {
  14.     class TORRENT_EXTRA_EXPORT stat_channel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement