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:
authorCampbell Barton <ideasman42@gmail.com>2007-07-27 13:30:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-07-27 13:30:54 +0400
commita164d91d42eff658524c16aa9ad5772b606d0848 (patch)
treef225a10af2e9e5c75b9d3bec761779968f9a7fc6 /source/blender/python/api2_2x/Curve.c
parent3031f1f2bd13d0265e3214bf9f17a8bdd1b1dc2f (diff)
missing include and added a warning to UIBlock
Diffstat (limited to 'source/blender/python/api2_2x/Curve.c')
-rw-r--r--source/blender/python/api2_2x/Curve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Curve.c b/source/blender/python/api2_2x/Curve.c
index 75838f442c0..b620593d6b8 100644
--- a/source/blender/python/api2_2x/Curve.c
+++ b/source/blender/python/api2_2x/Curve.c
@@ -32,6 +32,7 @@
#include "Curve.h" /*This must come first*/
+#include "BLI_blenlib.h"
#include "BKE_main.h"
#include "BKE_displist.h"
#include "BKE_global.h"