summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-12-17 15:30:09 -0800
committerAndreas Huber <andih@google.com>2009-12-17 15:30:09 -0800
commit913730739f89ddf64439251d0d8c6b503c3b9d04 (patch)
tree39510d01fb0a43a49f94bdd0eeb67c81e9278831 /media/libstagefright/codecs
parent72012ea6004e5c0bb044b56ce8f81cefe7385f21 (diff)
downloadframeworks_base-913730739f89ddf64439251d0d8c6b503c3b9d04.zip
frameworks_base-913730739f89ddf64439251d0d8c6b503c3b9d04.tar.gz
frameworks_base-913730739f89ddf64439251d0d8c6b503c3b9d04.tar.bz2
Attempt to fix the simulator build by including stdlib.h for NULL.
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/avc/common/include/avclib_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/avc/common/include/avclib_common.h b/media/libstagefright/codecs/avc/common/include/avclib_common.h
index e98396e..cbbf0c6 100644
--- a/media/libstagefright/codecs/avc/common/include/avclib_common.h
+++ b/media/libstagefright/codecs/avc/common/include/avclib_common.h
@@ -22,6 +22,8 @@ This file contains declarations of internal functions for common encoder/decoder
#ifndef AVCCOMMON_LIB_H_INCLUDED
#define AVCCOMMON_LIB_H_INCLUDED
+#include <stdlib.h>
+
#ifndef AVCINT_COMMON_H_INCLUDED
#include "avcint_common.h"
#endif