From b363d656252eed5720e9f172dafa7b56ac66a994 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 28 Feb 2005 20:55:31 +0000 Subject: Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6086 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libFLAC/bitbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libFLAC/bitbuffer.c') diff --git a/apps/codecs/libFLAC/bitbuffer.c b/apps/codecs/libFLAC/bitbuffer.c index 552a326..fa9786e 100644 --- a/apps/codecs/libFLAC/bitbuffer.c +++ b/apps/codecs/libFLAC/bitbuffer.c @@ -29,7 +29,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include /* for malloc() */ +#include "global.h" /* for malloc() */ #include /* for memcpy(), memset() */ #include "private/bitbuffer.h" #include "private/bitmath.h" -- cgit v1.1