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:
authorKent Mein <mein@cs.umn.edu>2007-01-25 19:21:11 +0300
committerKent Mein <mein@cs.umn.edu>2007-01-25 19:21:11 +0300
commit6446c2344749e7ad1ce6d2f3eefc37f7436cc8ac (patch)
tree7f253d8a0e9416cdfd3469002f6c6e86519f0eec /source/blender/python/api2_2x/Armature.c
parentea8189389cc779b5229836c0030549be9d0256f3 (diff)
Needed an extra header to find offsetof
Kent
Diffstat (limited to 'source/blender/python/api2_2x/Armature.c')
-rw-r--r--source/blender/python/api2_2x/Armature.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Armature.c b/source/blender/python/api2_2x/Armature.c
index 37c28b532d9..bb711ba49d9 100644
--- a/source/blender/python/api2_2x/Armature.c
+++ b/source/blender/python/api2_2x/Armature.c
@@ -26,6 +26,8 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#include <stddef.h>
+
#include "Armature.h" //This must come first
#include "BKE_main.h"