diff libao2/ao_alsa.c @ 27281:e47193172586

Our ALSA code needs alloca, so check for it in configure and include alloca.h
author reimar
date Thu, 17 Jul 2008 17:11:30 +0000
parents 0fdf04b07ecb
children a529f3763afa
line wrap: on
line diff
--- a/libao2/ao_alsa.c	Thu Jul 17 12:38:05 2008 +0000
+++ b/libao2/ao_alsa.c	Thu Jul 17 17:11:30 2008 +0000
@@ -19,6 +19,7 @@
 #include <ctype.h>
 #include <math.h>
 #include <string.h>
+#include <alloca.h>
 
 #include "config.h"
 #include "subopt-helper.h"