fixed python binding build on Mac OS and BSD

This commit is contained in:
Arvid Norberg 2012-05-05 19:21:20 +00:00
parent ca6bb805b4
commit 6ec096d3d2
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
* fixed python binding build on Mac OS and BSD
* fixed UNC path normalization (on windows, unless UNC paths are disabled)
* fixed possible crash when enabling multiple connections per IP
* fixed typo in win vista specific code, breaking the build

View File

@ -2,11 +2,9 @@
// subject to the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/python.hpp>
#include <list>
#include <string>
#include "Python.h"
#include <cctype>
#include <boost/python.hpp>
#include <libtorrent/session.hpp>
#include <libtorrent/settings.hpp> // for bencode_map_entry
#include <libtorrent/torrent.hpp>