memalign fix
This commit is contained in:
parent
82b8756c49
commit
4508758f49
|
@ -43,6 +43,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <unistd.h> // _SC_PAGESIZE
|
||||
#endif
|
||||
|
||||
#if TORRENT_USE_MEMALIGN || TORRENT_USE_POSIX_MEMALIGN
|
||||
#include <malloc.h> // memalign
|
||||
#endif
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue