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/bmp_decode.c')
-rw-r--r--source/blender/imbuf/intern/bmp_decode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/bmp_decode.c b/source/blender/imbuf/intern/bmp_decode.c
index d8b38f367e0..79a249c6b81 100644
--- a/source/blender/imbuf/intern/bmp_decode.c
+++ b/source/blender/imbuf/intern/bmp_decode.c
@@ -40,11 +40,13 @@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
-
#include "IMB_allocimbuf.h"
#include "IMB_cmap.h"
#include "IMB_bmp.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
// some code copied from article on microsoft.com, copied
// here for enhanced BMP support in the future