* Fix Windows compiler errors after recent Lock-free memory allocator commit.

Patch by Sergey, thanks. :)
This commit is contained in:
Thomas Dinges
2013-10-10 16:11:57 +00:00
parent b880b01db5
commit 223c637a93

View File

@@ -51,6 +51,8 @@
/* needed for uintptr_t, exception, dont use BLI anywhere else in MEM_* */
#include "../../source/blender/blenlib/BLI_sys_types.h"
#include <sys/types.h>
void *mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset);
intptr_t munmap(void *ptr, size_t size);