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/img/IMG_Api.h')
-rw-r--r--source/blender/img/IMG_Api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/img/IMG_Api.h b/source/blender/img/IMG_Api.h
index 6bfc85ba605..a641b515e95 100644
--- a/source/blender/img/IMG_Api.h
+++ b/source/blender/img/IMG_Api.h
@@ -36,6 +36,9 @@
#include <stddef.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
typedef void* IMG_BrushPtr;
typedef void* IMG_CanvasPtr;