summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc
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
commit3bcbcd09b48deb2b498f7163f89f92e01b9fd43b (patch)
treef7d3c3708db9c34e2e7f609f8a7dda0849177ec5 /media/libstagefright/codecs/avc
parent3e78376a6f8aaa269cdb39f21d6abbf9464aee5b (diff)
downloadframeworks_av-3bcbcd09b48deb2b498f7163f89f92e01b9fd43b.zip
frameworks_av-3bcbcd09b48deb2b498f7163f89f92e01b9fd43b.tar.gz
frameworks_av-3bcbcd09b48deb2b498f7163f89f92e01b9fd43b.tar.bz2
Attempt to fix the simulator build by including stdlib.h for NULL.
Diffstat (limited to 'media/libstagefright/codecs/avc')
-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