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:
Diffstat (limited to 'source/blender/src/editfont.c')
-rw-r--r--source/blender/src/editfont.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/src/editfont.c b/source/blender/src/editfont.c
index fb39c33976f..d22302d32a7 100644
--- a/source/blender/src/editfont.c
+++ b/source/blender/src/editfont.c
@@ -31,8 +31,12 @@
*/
#include <string.h>
-
#include <fcntl.h>
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifndef WIN32
#include <unistd.h>
#else