]> granicus.if.org Git - libvpx/commitdiff
fastssim: Add stdlib.h for malloc/free
authorAlex Converse <aconverse@google.com>
Thu, 6 Aug 2015 20:37:36 +0000 (13:37 -0700)
committerAlex Converse <aconverse@google.com>
Fri, 7 Aug 2015 18:20:05 +0000 (11:20 -0700)
Change-Id: I4d734febc14c534dba20b67cf6bd628996cc9ab7

vpx_dsp/fastssim.c

index 7024cbf4549fdc47a602accec2bcd002e6af08db..25f01e50407be299a8590be1a3c46e34a433743b 100644 (file)
@@ -11,6 +11,7 @@
  *  project.
  */
 #include <math.h>
+#include <stdlib.h>
 #include <string.h>
 #include "./vpx_config.h"
 #include "./vpx_dsp_rtcd.h"