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/src/meshtools.c')
-rw-r--r--source/blender/src/meshtools.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/meshtools.c b/source/blender/src/meshtools.c
index 6279dba6c89..70f806adb8d 100644
--- a/source/blender/src/meshtools.c
+++ b/source/blender/src/meshtools.c
@@ -90,6 +90,9 @@ void sort_faces(void);
#include "mydevice.h"
#include "blendef.h"
+#include "BIF_meshtools.h" /* include ourself for prototypes */
+
+
/* * ********************** no editmode!!! *********** */