From 6dfb85dc9ec79ec10e073e317566cfc0fbffb319 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 17 Jul 2008 17:11:30 +0000 Subject: Our ALSA code needs alloca, so check for it in configure and include alloca.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27313 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/ai_alsa1x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/ai_alsa1x.c') diff --git a/stream/ai_alsa1x.c b/stream/ai_alsa1x.c index 455c64191f..aab42e397b 100644 --- a/stream/ai_alsa1x.c +++ b/stream/ai_alsa1x.c @@ -1,6 +1,7 @@ #include #include #include +#include #include "config.h" -- cgit v1.2.3