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/writeimage.c')
-rw-r--r--source/blender/src/writeimage.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/src/writeimage.c b/source/blender/src/writeimage.c
index d107347598d..b2c224c2f3a 100644
--- a/source/blender/src/writeimage.c
+++ b/source/blender/src/writeimage.c
@@ -38,9 +38,12 @@
#include "render.h"
#include "license_key.h" // LICENSE_KEY_VALID
#include "BKE_utildefines.h" // ELEM
-
#include "BIF_writeimage.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int BIF_write_ibuf(ImBuf *ibuf, char *name)
{
int ok;