Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-27 14:17:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-27 14:17:23 +0300
commit40b4471de700b4b13131a91a8dc9e87a8a8c8bc5 (patch)
treee71ed7fb7482076e9b817a09c8f11c532965a7b4 /intern/memutil
parentf10e44884e140794e0f2aa7602b75ca48a978306 (diff)
fix for gcc 4.6 commit: this is needed for osx too.
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/intern/MEM_CacheLimiterC-Api.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
index 04c780cdf8e..e8f11957c74 100644
--- a/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
+++ b/intern/memutil/intern/MEM_CacheLimiterC-Api.cpp
@@ -20,8 +20,7 @@
*
*/
-/* for types only, not alloc functions */
-#include <malloc.h>
+#include <cstddef>
#include "MEM_CacheLimiter.h"
#include "MEM_CacheLimiterC-Api.h"