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>2013-03-29 04:50:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-29 04:50:52 +0400
commit10b4a86dbfd9ce56e53f5369258aebbac2f28be3 (patch)
tree16da57dac511133c088520a487ebfada6f6e3145 /source/blender/blenlib/intern/path_util.c
parent63290beee19132f93094b90cfb6dd5d210756451 (diff)
code cleanup: quiet warnings building with mingw.
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 6b9b371a4f3..1f96c10e712 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -61,7 +61,8 @@
#endif
#ifdef WIN32
-#include "utf_winfunc.h"
+# include "utf_winfunc.h"
+# include "utfconv.h"
# include <io.h>
# ifdef _WIN32_IE
# undef _WIN32_IE