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/blenlib/intern/BLI_callbacks.h')
-rw-r--r--source/blender/blenlib/intern/BLI_callbacks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/BLI_callbacks.h b/source/blender/blenlib/intern/BLI_callbacks.h
index a2c7ccd4bd8..daf2c081549 100644
--- a/source/blender/blenlib/intern/BLI_callbacks.h
+++ b/source/blender/blenlib/intern/BLI_callbacks.h
@@ -37,6 +37,10 @@
#ifndef BLI_CALLBACKS_H
#define BLI_CALLBACKS_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
// This is blenlib internal only
void callLocalErrorCallBack(char* msg);
int callLocalInterruptCallBack(void);