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:
authorJoseph Gilbert <ascotan@gmail.com>2005-12-13 17:29:56 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-12-13 17:29:56 +0300
commit7bba26d24ba41923e913830825183b91a79bc1c9 (patch)
tree3e32567dbb8a9a55089b5aabb4a522fc89e16044 /source/blender/python/api2_2x/Library.c
parent5fa5392b04da2eb5084c2b237bf71ca3a1e0703f (diff)
*warnings fixes
Diffstat (limited to 'source/blender/python/api2_2x/Library.c')
-rw-r--r--source/blender/python/api2_2x/Library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Library.c b/source/blender/python/api2_2x/Library.c
index a4b97bfeef6..32c2c9792d4 100644
--- a/source/blender/python/api2_2x/Library.c
+++ b/source/blender/python/api2_2x/Library.c
@@ -42,6 +42,7 @@
#include "BKE_utildefines.h"
#include "BKE_global.h"
#include "BKE_main.h"
+#include "BLI_blenlib.h"
#include "BLO_readfile.h"
#include "BLI_linklist.h"
#include "MEM_guardedalloc.h"