diff -urN tremor-svn-r18116-orig/codebook.c tremor-svn-r18116/codebook.c
--- tremor-svn-r18116-orig/codebook.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/codebook.c	2013-07-22 13:33:06 +0900
@@ -17,6 +17,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <alloca.h>
 #include <math.h>
 #include <ogg/ogg.h>
 #include "ivorbiscodec.h"
diff -urN tremor-svn-r18116-orig/floor0.c tremor-svn-r18116/floor0.c
--- tremor-svn-r18116-orig/floor0.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/floor0.c	2013-07-22 13:33:06 +0900
@@ -17,6 +17,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <alloca.h>
 #include <math.h>
 #include <ogg/ogg.h>
 #include "ivorbiscodec.h"
diff -urN tremor-svn-r18116-orig/info.c tremor-svn-r18116/info.c
--- tremor-svn-r18116-orig/info.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/info.c	2013-07-22 13:33:06 +0900
@@ -20,6 +20,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <alloca.h>
 #include <ctype.h>
 #include <limits.h>
 #include <ogg/ogg.h>
diff -urN tremor-svn-r18116-orig/mapping0.c tremor-svn-r18116/mapping0.c
--- tremor-svn-r18116-orig/mapping0.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/mapping0.c	2013-07-22 13:33:06 +0900
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <alloca.h>
 #include <math.h>
 #include <ogg/ogg.h>
 #include "ivorbiscodec.h"
diff -urN tremor-svn-r18116-orig/res012.c tremor-svn-r18116/res012.c
--- tremor-svn-r18116-orig/res012.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/res012.c	2013-07-22 13:33:06 +0900
@@ -17,6 +17,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <alloca.h>
 #include <math.h>
 #include <ogg/ogg.h>
 #include "ivorbiscodec.h"
diff -urN tremor-svn-r18116-orig/sharedbook.c tremor-svn-r18116/sharedbook.c
--- tremor-svn-r18116-orig/sharedbook.c	2013-07-22 13:32:48 +0900
+++ tremor-svn-r18116/sharedbook.c	2013-07-22 13:33:06 +0900
@@ -18,6 +18,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
+#include <alloca.h>
 #include <ogg/ogg.h>
 #include "misc.h"
 #include "ivorbiscodec.h"
