shithub: opus-tools

Download patch

ref: 04823b0574ae581140912af52bc6ed5338b3f12b
parent: d7545970c6a8eb2c668c8362bec84d062b14d75b
author: Gregory Maxwell <greg@xiph.org>
date: Mon Jan 23 07:17:47 EST 2012

Include missing alloca.h.

--- a/src/audio-in.c
+++ b/src/audio-in.c
@@ -37,6 +37,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <math.h>
+#include <alloca.h>
 
 #ifdef ENABLE_NLS
 #include <libintl.h>
--