# HG changeset patch # User reimar # Date 1230809012 0 # Node ID 54c35115639c32161749d3a8e90cabd758fa16aa # Parent 79aef31ed618bf330534cb06172b3663bc2c289d Include alloca.h when using alloca to make sure it is defined. diff -r 79aef31ed618 -r 54c35115639c tremor/mapping0.c --- a/tremor/mapping0.c Thu Jan 01 11:16:52 2009 +0000 +++ b/tremor/mapping0.c Thu Jan 01 11:23:32 2009 +0000 @@ -19,6 +19,7 @@ #include #include #include +#include #include "ogg.h" #include "ivorbiscodec.h" #include "mdct.h" diff -r 79aef31ed618 -r 54c35115639c tremor/sharedbook.c --- a/tremor/sharedbook.c Thu Jan 01 11:16:52 2009 +0000 +++ b/tremor/sharedbook.c Thu Jan 01 11:23:32 2009 +0000 @@ -18,6 +18,7 @@ #include #include #include +#include #include "ogg.h" #include "os.h" #include "misc.h"