shithub: libvpx

Download patch

ref: 17cfee3cb55b016aa2c1677bdebb9d2b8d0d7f3d
parent: d816fa7bfdf4a0c2f2630c948a996ccbf35c522f
author: Alex Converse <[email protected]>
date: Thu Aug 6 09:37:36 EDT 2015

fastssim: Add stdlib.h for malloc/free

Change-Id: I4d734febc14c534dba20b67cf6bd628996cc9ab7

--- a/vpx_dsp/fastssim.c
+++ b/vpx_dsp/fastssim.c
@@ -11,6 +11,7 @@
  *  project.
  */
 #include <math.h>
+#include <stdlib.h>
 #include <string.h>
 #include "./vpx_config.h"
 #include "./vpx_dsp_rtcd.h"