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/dither.c')
-rw-r--r--source/blender/imbuf/intern/dither.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/dither.c b/source/blender/imbuf/intern/dither.c
index 608332af244..367e23abcd9 100644
--- a/source/blender/imbuf/intern/dither.c
+++ b/source/blender/imbuf/intern/dither.c
@@ -39,6 +39,10 @@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void IMB_dit0(struct ImBuf * ibuf, short ofs, short bits)
{
int x, y, and, add, pix;