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/imbuf/intern/iris.c')
-rw-r--r--source/blender/imbuf/intern/iris.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/iris.c b/source/blender/imbuf/intern/iris.c
index 72a9a76d044..e3a3e490941 100644
--- a/source/blender/imbuf/intern/iris.c
+++ b/source/blender/imbuf/intern/iris.c
@@ -34,15 +34,16 @@
#include <string.h>
#include "BLI_blenlib.h"
-
#include "imbuf.h"
#include "imbuf_patch.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
-
#include "IMB_allocimbuf.h"
#include "IMB_iris.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
typedef struct {
unsigned short imagic; /* stuff saved on disk . . */