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:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-09-25 11:44:29 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-09-25 11:44:29 +0400
commit7c9bb3c40aecbb6e8e8045637c501433eed251f0 (patch)
tree689b14cbd59e101186e96e401cd54d77c63a89be /intern/itasc/MovingFrame.cpp
parentb8c7910be12aab527fedfad7cab9337eaa5782a7 (diff)
Fix OSX compilation problem with malloc.h in itasc
Diffstat (limited to 'intern/itasc/MovingFrame.cpp')
-rw-r--r--intern/itasc/MovingFrame.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/itasc/MovingFrame.cpp b/intern/itasc/MovingFrame.cpp
index c0995383c4b..e923b1fab27 100644
--- a/intern/itasc/MovingFrame.cpp
+++ b/intern/itasc/MovingFrame.cpp
@@ -6,7 +6,6 @@
*/
#include "MovingFrame.hpp"
-#include <malloc.h>
#include <string.h>
namespace iTaSC{