fix build

This commit is contained in:
Arvid Norberg
2013-11-29 05:37:52 +00:00
parent cd5af8897a
commit c08d3ef5db
2 changed files with 4 additions and 97 deletions

View File

@@ -146,6 +146,8 @@ int test_main()
{
using namespace libtorrent;
#ifndef TORRENT_NO_DEPRECATE
#ifdef TORRENT_USE_VALGRIND
const int timeout = 8;
#else
@@ -166,6 +168,8 @@ int test_main()
remove_all("tmp1", ec);
remove_all("tmp2", ec);
#endif // TORRENT_NO_DEPRECATE
return 0;
}