[libtremor] added alloca.h '#include's

Was getting 'undefined reference' errors in the upcoming SDL2 build
(GCC 5.4.0 on Lubuntu 16.04)
This commit is contained in:
Clownacy 2016-10-20 22:25:13 +01:00
parent 1cc83a28a2
commit 46367a70b0
6 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
********************************************************************/
#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,6 +15,7 @@
********************************************************************/
#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -18,6 +18,7 @@
/* general handling of the header and the vorbis_info structure (and
substructures) */
#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -15,6 +15,7 @@
********************************************************************/
#include <alloca.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -15,6 +15,7 @@
********************************************************************/
#include <alloca.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

View File

@ -15,6 +15,7 @@
********************************************************************/
#include <alloca.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>