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:
authorCampbell Barton <ideasman42@gmail.com>2010-08-22 19:50:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-22 19:50:40 +0400
commitcb678f1020e6b3d7c57f1a329a40fc98badb2132 (patch)
tree253688343618565c744274e0b28abcab7d5ffeff /source/blender/editors/armature
parent0bab23633a07942586f963c19d053f26c44d799b (diff)
fix for msvc
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/editarmature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index a37c8a6d118..174aadab687 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -27,6 +27,7 @@
#include <ctype.h>
#include <stdlib.h>
+#include <stddef.h>
#include <string.h>
#include <math.h>
#include <float.h>