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:
authorStephen Swaney <sswaney@centurytel.net>2005-04-24 23:27:14 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-04-24 23:27:14 +0400
commita15fbce1de3046c5cbd409dd8d3b5d55570702b3 (patch)
tree7d9ec3aaeb3c44e30fa79d93ba90b15dff918a75 /source/blender/python
parent72fd784f92993e8f275c160106e4d382323d1de6 (diff)
fix overlooked compiler warning. sheesh.
update contributor names.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Ipocurve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Ipocurve.c b/source/blender/python/api2_2x/Ipocurve.c
index 67424211171..4114f77efad 100644
--- a/source/blender/python/api2_2x/Ipocurve.c
+++ b/source/blender/python/api2_2x/Ipocurve.c
@@ -25,7 +25,7 @@
*
* This is a new part of Blender.
*
- * Contributor(s): Jacques Guignot, Nathan Letwory
+ * Contributor(s): Jacques Guignot, Nathan Letwory, Ken Hughes
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
@@ -39,7 +39,7 @@
#include <BKE_ipo.h>
#include <BLI_blenlib.h>
#include <BSE_editipo.h>
-
+#include <MEM_guardedalloc.h>
#include <DNA_ipo_types.h>
#include "constant.h"