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_hamx.h')
-rw-r--r--source/blender/imbuf/intern/IMB_hamx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/IMB_hamx.h b/source/blender/imbuf/intern/IMB_hamx.h
index 8b7f489964e..934cbb7d8ba 100644
--- a/source/blender/imbuf/intern/IMB_hamx.h
+++ b/source/blender/imbuf/intern/IMB_hamx.h
@@ -35,6 +35,10 @@
#ifndef IMB_HAMX_H
#define IMB_HAMX_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct ImBuf;
struct ImBuf *imb_loadanim(int *iffmem, int flags);