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/python/api2_2x/Blender.c')
-rw-r--r--source/blender/python/api2_2x/Blender.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Blender.c b/source/blender/python/api2_2x/Blender.c
index 71675ade605..9d3d89a660b 100644
--- a/source/blender/python/api2_2x/Blender.c
+++ b/source/blender/python/api2_2x/Blender.c
@@ -97,7 +97,8 @@ struct ID; /*keep me up here */
#include "World.h"
#include "Types.h"
#include "Particle.h"
-#include "Freestyle.h"
+
+#include "BPy_Freestyle.h"
/**********************************************************/
/* Python API function prototypes for the Blender module. */