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:
authorKent Mein <mein@cs.umn.edu>2002-12-02 12:48:10 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-02 12:48:10 +0300
commit644e4d7c1c2bf5f54f9cc3b736807c064b3abc54 (patch)
tree9dfc8362e86aa444a022fff372806167ac6641d6 /intern/string
parenta670f47461d14ae1fba0e9fb29cea84a60419b7a (diff)
I added
#include <stdlib.h> To fix a problem with a machine not being able to find malloc Kent
Diffstat (limited to 'intern/string')
-rw-r--r--intern/string/intern/STR_String.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/string/intern/STR_String.cpp b/intern/string/intern/STR_String.cpp
index 506e241ecae..0586907d7c5 100644
--- a/intern/string/intern/STR_String.cpp
+++ b/intern/string/intern/STR_String.cpp
@@ -39,6 +39,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <stdlib.h>
#include "STR_String.h"
#ifdef HAVE_CONFIG_H