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:
authorAndrew Wiggin <ender79bl@gmail.com>2011-10-27 16:37:14 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-10-27 16:37:14 +0400
commit626f73718631a641fe2d9fe6e2786fc48a341ff7 (patch)
treec1da347b9db35b98527ed2dd8a846361f34fe09c /source/blender/blenkernel/intern/deform.c
parent76d2e76aec23faf737d107473888a533691b68b1 (diff)
..and now fix linux build since my windows build fix had a lowercase typo
Diffstat (limited to 'source/blender/blenkernel/intern/deform.c')
-rw-r--r--source/blender/blenkernel/intern/deform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/deform.c b/source/blender/blenkernel/intern/deform.c
index 943944ec3c2..a9610023775 100644
--- a/source/blender/blenkernel/intern/deform.c
+++ b/source/blender/blenkernel/intern/deform.c
@@ -42,7 +42,7 @@
#include "BKE_deform.h"
#include "BLI_blenlib.h"
-#include "bli_utildefines.h"
+#include "BLI_utildefines.h"
void defgroup_copy_list (ListBase *outbase, ListBase *inbase)