From 223c637a9383d01db809a888b6f82c70231910af Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 10 Oct 2013 16:11:57 +0000 Subject: * Fix Windows compiler errors after recent Lock-free memory allocator commit. Patch by Sergey, thanks. :) --- intern/guardedalloc/mmap_win.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern') diff --git a/intern/guardedalloc/mmap_win.h b/intern/guardedalloc/mmap_win.h index 0f88a8e3ba8..a1959fed9f9 100644 --- a/intern/guardedalloc/mmap_win.h +++ b/intern/guardedalloc/mmap_win.h @@ -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 + void *mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset); intptr_t munmap(void *ptr, size_t size); -- cgit v1.2.3