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
path: root/source
diff options
context:
space:
mode:
authorgaiaclary <gaia.clary@machinimatrix.org>2014-01-15 01:53:52 +0400
committergaiaclary <gaia.clary@machinimatrix.org>2014-01-15 01:54:18 +0400
commit875ddfcee070d024062835aefa96a44a7fe2c7aa (patch)
treecdeb1cc4b6f3ba56281ec125a70b00d6b068e5fb /source
parent0f3fed2970a867bd97cdb79c4848a2961f922f60 (diff)
Added missing include
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/winstuff_dir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/winstuff_dir.c b/source/blender/blenlib/intern/winstuff_dir.c
index 5ca6cfe2d8b..5cd2baa033c 100644
--- a/source/blender/blenlib/intern/winstuff_dir.c
+++ b/source/blender/blenlib/intern/winstuff_dir.c
@@ -37,6 +37,7 @@
#define WIN32_SKIP_HKEY_PROTECTION // need to use HKEY
#include "BLI_winstuff.h"
+#include "BLI_utildefines.h"
#include "utfconv.h"
DIR *opendir(const char *path)