From 0b806e47982f437bae6f1f5360177ab2332dd9c4 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 1 Jan 2009 11:23:32 +0000 Subject: Include alloca.h when using alloca to make sure it is defined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28222 b3059339-0415-0410-9bf9-f77b7e298cf2 --- tremor/mapping0.c | 1 + tremor/sharedbook.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tremor') diff --git a/tremor/mapping0.c b/tremor/mapping0.c index c721b47dab..dd1b008a67 100644 --- a/tremor/mapping0.c +++ b/tremor/mapping0.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "ogg.h" #include "ivorbiscodec.h" #include "mdct.h" diff --git a/tremor/sharedbook.c b/tremor/sharedbook.c index d173d8aaf5..09405f2ca2 100644 --- a/tremor/sharedbook.c +++ b/tremor/sharedbook.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "ogg.h" #include "os.h" #include "misc.h" -- cgit v1.2.3