* Fix Windows compiler errors after recent Lock-free memory allocator commit.
Patch by Sergey, thanks. :)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user