From 46367a70b05acc7fdb13f202d2d21df9684ee9b0 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 20 Oct 2016 22:25:13 +0100 Subject: [PATCH] [libtremor] added alloca.h '#include's Was getting 'undefined reference' errors in the upcoming SDL2 build (GCC 5.4.0 on Lubuntu 16.04) --- core/tremor/codebook.c | 1 + core/tremor/floor0.c | 1 + core/tremor/info.c | 1 + core/tremor/mapping0.c | 1 + core/tremor/res012.c | 1 + core/tremor/sharedbook.c | 1 + 6 files changed, 6 insertions(+) diff --git a/core/tremor/codebook.c b/core/tremor/codebook.c index d055870..96a8e6f 100644 --- a/core/tremor/codebook.c +++ b/core/tremor/codebook.c @@ -15,6 +15,7 @@ ********************************************************************/ +#include #include #include #include diff --git a/core/tremor/floor0.c b/core/tremor/floor0.c index bdb83b8..d4b35b8 100644 --- a/core/tremor/floor0.c +++ b/core/tremor/floor0.c @@ -15,6 +15,7 @@ ********************************************************************/ +#include #include #include #include diff --git a/core/tremor/info.c b/core/tremor/info.c index 200e5f9..d5375f0 100644 --- a/core/tremor/info.c +++ b/core/tremor/info.c @@ -18,6 +18,7 @@ /* general handling of the header and the vorbis_info structure (and substructures) */ +#include #include #include #include diff --git a/core/tremor/mapping0.c b/core/tremor/mapping0.c index 38d1405..09a43a3 100644 --- a/core/tremor/mapping0.c +++ b/core/tremor/mapping0.c @@ -15,6 +15,7 @@ ********************************************************************/ +#include #include #include #include diff --git a/core/tremor/res012.c b/core/tremor/res012.c index 224b54e..b569a75 100644 --- a/core/tremor/res012.c +++ b/core/tremor/res012.c @@ -15,6 +15,7 @@ ********************************************************************/ +#include #include #include #include diff --git a/core/tremor/sharedbook.c b/core/tremor/sharedbook.c index 3fd379d..287c4ce 100644 --- a/core/tremor/sharedbook.c +++ b/core/tremor/sharedbook.c @@ -15,6 +15,7 @@ ********************************************************************/ +#include #include #include #include