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:
authorTon Roosendaal <ton@blender.org>2003-12-22 01:31:03 +0300
committerTon Roosendaal <ton@blender.org>2003-12-22 01:31:03 +0300
commit761fd601ea7a3bee2dbd5748a8ec5de1fdebd85e (patch)
treeade542ed970537adfacb9ccee37e543c1c07f02a /source/blender/src/writemovie.c
parent26df64a6914cc2293d7c601f2177118e547ad3fb (diff)
- brought back to render.h includes... ifdef SGI and Windows...
Diffstat (limited to 'source/blender/src/writemovie.c')
-rw-r--r--source/blender/src/writemovie.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/writemovie.c b/source/blender/src/writemovie.c
index 9435e1dfbe4..b6d5b64de6f 100644
--- a/source/blender/src/writemovie.c
+++ b/source/blender/src/writemovie.c
@@ -56,6 +56,8 @@
#include "BIF_writemovie.h"
#include "BIF_toolbox.h"
+#include "render.h"
+
#define error(str) {perror(str) ; error("%s", str); G.afbreek= 1;}
#define QUIT(str) {error(str); return;}