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>2005-07-12 21:26:19 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-12 21:26:19 +0400
commitf4e1ea0b62d89a7e6dbe207c0ac374e71b6d1244 (patch)
treeba3db6f93589ede0c3fafaaf1238521f197c1b01 /source/blender/radiosity
parent6f5b3b10c8c5b4cdca126d6ae55c8083b2e683dd (diff)
- add missing include
Diffstat (limited to 'source/blender/radiosity')
-rw-r--r--source/blender/radiosity/intern/source/radpostprocess.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/radiosity/intern/source/radpostprocess.c b/source/blender/radiosity/intern/source/radpostprocess.c
index 0422a8f6c2c..74b72e3cab6 100644
--- a/source/blender/radiosity/intern/source/radpostprocess.c
+++ b/source/blender/radiosity/intern/source/radpostprocess.c
@@ -41,6 +41,7 @@
*************************************** */
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#ifdef HAVE_CONFIG_H