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:
authorJoshua Leung <aligorith@gmail.com>2008-01-22 06:35:14 +0300
committerJoshua Leung <aligorith@gmail.com>2008-01-22 06:35:14 +0300
commitd2d6719586dfdaea3121e7f4b155950a4513b6e0 (patch)
treed07767a2cf70bb811ebefffa15c68fe2a6660a54 /source/blender/src/poseobject.c
parentd23bcd8b7f51d741804bd435f8bb2d7d7afee94e (diff)
* Menus for Bone-Groups
* Added missing #include in poseobject.c
Diffstat (limited to 'source/blender/src/poseobject.c')
-rw-r--r--source/blender/src/poseobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/poseobject.c b/source/blender/src/poseobject.c
index 0b55e4c9a68..42640465e12 100644
--- a/source/blender/src/poseobject.c
+++ b/source/blender/src/poseobject.c
@@ -27,6 +27,7 @@
*/
#include <stdlib.h>
+#include <stddef.h>
#include <string.h>
#include "MEM_guardedalloc.h"