From 96b138d98bc38fd2a4cf3556fc45f7dd6d134a4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 Aug 2010 15:26:37 +0000 Subject: added include for offsetof(), also use , not "string.h" --- source/blender/modifiers/intern/MOD_lattice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_lattice.c') diff --git a/source/blender/modifiers/intern/MOD_lattice.c b/source/blender/modifiers/intern/MOD_lattice.c index b5e86ac8a57..4270f2ff6e8 100644 --- a/source/blender/modifiers/intern/MOD_lattice.c +++ b/source/blender/modifiers/intern/MOD_lattice.c @@ -30,7 +30,7 @@ * */ -#include "string.h" +#include #include "DNA_object_types.h" -- cgit v1.2.3