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:
authorKen Hughes <khughes@pacific.edu>2007-03-11 20:31:27 +0300
committerKen Hughes <khughes@pacific.edu>2007-03-11 20:31:27 +0300
commitd60b05254d636698b63466afd7f4c1c9c2ec080d (patch)
tree3fe8d919edc9adac2bd5b7bdcd964c509010f59d /source/blender/python/api2_2x/NMesh.c
parente0c77c0f14f6ad3a742ab7b556ccb46b1ef4fbdf (diff)
Remove gcc compiler warnings from various files.
Diffstat (limited to 'source/blender/python/api2_2x/NMesh.c')
-rw-r--r--source/blender/python/api2_2x/NMesh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/NMesh.c b/source/blender/python/api2_2x/NMesh.c
index 7c752a2f4d8..9cfeffc8ab1 100644
--- a/source/blender/python/api2_2x/NMesh.c
+++ b/source/blender/python/api2_2x/NMesh.c
@@ -77,6 +77,7 @@
#include "IDProp.h"
#include "constant.h"
#include "gen_utils.h"
+#include "gen_library.h"
extern void countall(void);