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/src/editnla.c')
-rw-r--r--source/blender/src/editnla.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/editnla.c b/source/blender/src/editnla.c
index 1691d279ffd..86ee77a960b 100644
--- a/source/blender/src/editnla.c
+++ b/source/blender/src/editnla.c
@@ -84,6 +84,10 @@
#include "license_key.h"
#include "keyed_functions.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* Note: A lot of these pretty much duplicate the behaviour of the
action windows. The functions should be shared, not copy-pasted */
typedef struct NlaParam{