fix link error of test_dht

This commit is contained in:
Arvid Norberg
2013-09-17 08:46:50 +00:00
parent bb925ad671
commit 93cd697d8f

View File

@@ -30,10 +30,11 @@ POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "libtorrent/config.hpp"
#include <boost/cstdint.hpp> #include <boost/cstdint.hpp>
namespace libtorrent namespace libtorrent
{ {
void random_seed(boost::uint32_t v); void random_seed(boost::uint32_t v);
boost::uint32_t random(); boost::uint32_t TORRENT_EXTRA_EXPORT random();
} }