summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/dec/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2009-12-19 08:53:01 -0800
committerJames Dong <jdong@google.com>2009-12-19 08:53:01 -0800
commit2d3b2097320614cb088bd4eba795905c2a4130b5 (patch)
tree85045dedb3bc8a184e68a87d088a585d213fc34c /media/libstagefright/codecs/m4v_h263/dec/include
parentfd1fe13b4584628d73df31717794e8e886d6bc39 (diff)
downloadframeworks_av-2d3b2097320614cb088bd4eba795905c2a4130b5.zip
frameworks_av-2d3b2097320614cb088bd4eba795905c2a4130b5.tar.gz
frameworks_av-2d3b2097320614cb088bd4eba795905c2a4130b5.tar.bz2
Attempt to fix simular build break.
Missing header file stdlib.h for free, malloc, etc
Diffstat (limited to 'media/libstagefright/codecs/m4v_h263/dec/include')
-rw-r--r--media/libstagefright/codecs/m4v_h263/dec/include/m4vh263_decoder_pv_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/m4v_h263/dec/include/m4vh263_decoder_pv_types.h b/media/libstagefright/codecs/m4v_h263/dec/include/m4vh263_decoder_pv_types.h
index e427b64..ec6871f 100644
--- a/media/libstagefright/codecs/m4v_h263/dec/include/m4vh263_decoder_pv_types.h
+++ b/media/libstagefright/codecs/m4v_h263/dec/include/m4vh263_decoder_pv_types.h
@@ -21,6 +21,7 @@
#include <stdint.h>
#include <string.h>
+#include <stdlib.h> // for free, malloc, etc
// Redefine the int types
typedef uint8_t uint8;