]> git.sesse.net Git - kdenlive/blobdiff - src/onmonitoritems/rotoscoping/nearestpoint.cpp
stdlib.h is more portable header for malloc/free
[kdenlive] / 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"