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:
authorMatt Ebb <matt@mke3.net>2010-01-06 07:08:06 +0300
committerMatt Ebb <matt@mke3.net>2010-01-06 07:08:06 +0300
commit169626fa92f667bdfa98c53553c43bd0950dbaa0 (patch)
treed890bc4504d0effc1a86ce9a8cfb268c3ed3b5e4 /source/blender/editors/screen
parent4ba5b70d2fba07b3959cb4ce25af0092215f9ae0 (diff)
MSVC compile fix
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/screen_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 1e49f6502c7..c938f0997ea 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -26,6 +26,7 @@
#include <math.h>
#include <string.h>
+#include <stddef.h>
#include <GL/glew.h>