ref: 9f7fdcbe6061c1034e978bdff0b775802627dc67
parent: 5c4a037c86912ce37db3ea9a5fac2ec65611ae60
parent: 17cfee3cb55b016aa2c1677bdebb9d2b8d0d7f3d
author: Aℓex Converse <[email protected]>
date: Fri Aug 7 15:21:42 EDT 2015
Merge "fastssim: Add stdlib.h for malloc/free"
--- 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"