mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
[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:
parent
1cc83a28a2
commit
46367a70b0
@ -15,6 +15,7 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -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>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
********************************************************************/
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user