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/include/playanim_ext.h')
-rw-r--r--source/blender/include/playanim_ext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/playanim_ext.h b/source/blender/include/playanim_ext.h
index bef610ac018..6da88e434c7 100644
--- a/source/blender/include/playanim_ext.h
+++ b/source/blender/include/playanim_ext.h
@@ -34,6 +34,10 @@
#ifndef PLAYANIM_EXT_H
#define PLAYANIM_EXT_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* used in apps */
extern void playanim(int argc, char **argv);