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/IMB_bmp.h')
-rw-r--r--source/blender/imbuf/intern/IMB_bmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/IMB_bmp.h b/source/blender/imbuf/intern/IMB_bmp.h
index 112cfe932ce..5c5dc367e98 100644
--- a/source/blender/imbuf/intern/IMB_bmp.h
+++ b/source/blender/imbuf/intern/IMB_bmp.h
@@ -35,6 +35,10 @@
#ifndef IMB_BMP_H
#define IMB_BMP_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct ImBuf;
int imb_is_a_bmp(void *buf);