summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-01 11:23:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-01 11:23:32 +0000
commit0b806e47982f437bae6f1f5360177ab2332dd9c4 (patch)
tree72df9da5b3dfe7b6a8ebac2fb8def9bd63dd7925 /tremor
parent5fcb1798345f325b248b30f551b6cef38b132888 (diff)
downloadmpv-0b806e47982f437bae6f1f5360177ab2332dd9c4.tar.bz2
mpv-0b806e47982f437bae6f1f5360177ab2332dd9c4.tar.xz
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
Diffstat (limited to 'tremor')
-rw-r--r--tremor/mapping0.c1
-rw-r--r--tremor/sharedbook.c1
2 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
#include <math.h>
+#include <alloca.h>
#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 <stdlib.h>
#include <math.h>
#include <string.h>
+#include <alloca.h>
#include "ogg.h"
#include "os.h"
#include "misc.h"