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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-24 18:05:51 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-24 18:05:51 +0300
commit2aad6b33219abdcf5f8d8d7d2e01c6d4f5bc5a7e (patch)
treebad846f34437c92adb192df5af15678a1b74221b /intern/guardedalloc
parent1f3f52f5e4eb8b55a7ba1d7bc1d656b6a12f0df0 (diff)
Kill 2 undefined function warnings.
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/intern/mallocn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c
index f0cc0787a90..6d74c478f40 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -37,6 +37,7 @@
*/
#include <stdlib.h>
+#include <string.h> /* memcpy */
#ifdef HAVE_CONFIG_H
#include <config.h>