]> git.sesse.net Git - kdenlive/commitdiff
stdlib.h is more portable header for malloc/free
authorDan Dennedy <dan@dennedy.org>
Tue, 15 Feb 2011 07:03:12 +0000 (07:03 +0000)
committerDan Dennedy <dan@dennedy.org>
Tue, 15 Feb 2011 07:03:12 +0000 (07:03 +0000)
svn path=/trunk/kdenlive/; revision=5410

src/onmonitoritems/rotoscoping/nearestpoint.cpp

index fa496cfcd1ac7e0f0f714e9f28f2c11d3fd6f49c..9b49abdd8f1f4362e1ba0b1eca5073b128ff2ac6 100644 (file)
@@ -9,7 +9,7 @@ from "Graphics Gems", Academic Press, 1990
  /*     point_on_curve.c        */              
                                                                         
 #include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <math.h>
 
 #include "nearestpoint.h"