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:
authorAntony Riakiotakis <kalast@gmail.com>2014-03-11 23:46:12 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-03-11 23:46:12 +0400
commita82d899c13807b22263e355e43dc913ac5a8a870 (patch)
treef77e4f080815b7e5656810c7eac164b4813bd03a /source/blender/blenloader
parent330272be9ad2959f3ba63f568538a94d5c487160 (diff)
fix compile error on MinGW32
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_270.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index d11e434aac0..30d8bf429f0 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -28,6 +28,9 @@
#include "BLI_utildefines.h"
#include "BLI_compiler_attrs.h"
+/* for MinGW32 definition of NULL, could use BLI_blenlib.h instead too */
+#include <stddef.h>
+
/* allow readfile to use deprecated functionality */
#define DNA_DEPRECATED_ALLOW