From 3bcbcd09b48deb2b498f7163f89f92e01b9fd43b Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 17 Dec 2009 15:30:09 -0800 Subject: Attempt to fix the simulator build by including stdlib.h for NULL. --- media/libstagefright/codecs/avc/common/include/avclib_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/libstagefright/codecs/avc') 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 + #ifndef AVCINT_COMMON_H_INCLUDED #include "avcint_common.h" #endif -- cgit v1.1