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:
authorStephen Swaney <sswaney@centurytel.net>2007-03-21 17:25:31 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-03-21 17:25:31 +0300
commit145f474c5f6cebd0967ea13e7dd44de0dedd7a6c (patch)
tree775c5e3143130cc80688495aa5446894ea0425b6 /source/blender/python/api2_2x/Blender.c
parentab005dadd5878fe77d0654a3d5dd3d6ab49ea604 (diff)
fix compiler warning: implicit declaration of oldLibrary_Init()
Diffstat (limited to 'source/blender/python/api2_2x/Blender.c')
-rw-r--r--source/blender/python/api2_2x/Blender.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Blender.c b/source/blender/python/api2_2x/Blender.c
index 165b242fc04..d940b6eb2c7 100644
--- a/source/blender/python/api2_2x/Blender.c
+++ b/source/blender/python/api2_2x/Blender.c
@@ -74,6 +74,7 @@ struct ID; /*keep me up here */
#include "Key.h"
#include "Lamp.h"
#include "Lattice.h"
+#include "Library.h"
#include "Mathutils.h"
#include "Geometry.h"
#include "Mesh.h"