get rid of msvc warning

This commit is contained in:
Arvid Norberg 2008-09-15 13:58:38 +00:00
parent 166f761df3
commit 658eef82a5
1 changed files with 2 additions and 0 deletions

View File

@ -38,8 +38,10 @@ POSSIBILITY OF SUCH DAMAGE.
#ifdef _WIN32
#include <malloc.h>
#ifndef alloca
#define alloca(s) _alloca(s)
#endif
#endif
#ifdef TORRENT_DISK_STATS
#include "libtorrent/time.hpp"