am e2d5072c: Fix "error: implicit declaration of function \'malloc\'".

* commit 'e2d5072c4f0604bdebae4d964ccd2f4f125b4600':
  Fix "error: implicit declaration of function 'malloc'".
diff --git a/src/tng_hostair.c b/src/tng_hostair.c
index 1513945..9c43fda 100644
--- a/src/tng_hostair.c
+++ b/src/tng_hostair.c
@@ -29,6 +29,7 @@
 
 #include <unistd.h>
 #include <stdio.h>
+#include <malloc.h>
 #include <memory.h>
 #include "psb_drv_video.h"
 #include "psb_drv_debug.h"
diff --git a/src/tng_yuv_processor.c b/src/tng_yuv_processor.c
index 510406e..06c5b5e 100755
--- a/src/tng_yuv_processor.c
+++ b/src/tng_yuv_processor.c
@@ -35,6 +35,8 @@
 #include "hwdefs/msvdx_offsets.h"
 #include "hwdefs/msvdx_cmds_io2.h"
 
+#include <malloc.h>
+
 #define SURFACE(id)   ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id ))
 
 static void tng_yuv_processor_QueryConfigAttributes(