From: Alex Converse Date: Thu, 6 Aug 2015 20:37:36 +0000 (-0700) Subject: fastssim: Add stdlib.h for malloc/free X-Git-Tag: v1.5.0~307^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17cfee3cb55b016aa2c1677bdebb9d2b8d0d7f3d;p=libvpx fastssim: Add stdlib.h for malloc/free Change-Id: I4d734febc14c534dba20b67cf6bd628996cc9ab7 --- diff --git a/vpx_dsp/fastssim.c b/vpx_dsp/fastssim.c index 7024cbf45..25f01e504 100644 --- a/vpx_dsp/fastssim.c +++ b/vpx_dsp/fastssim.c @@ -11,6 +11,7 @@ * project. */ #include +#include #include #include "./vpx_config.h" #include "./vpx_dsp_rtcd.h"