# HG changeset patch # User reimar # Date 1231196158 0 # Node ID 4940b8a98c782a248dfa98e6ed5494874980869d # Parent 9b0e0a45146422d3b7551007e03db0f21683139f Fix r28222, including alloca.h directly might break compilation. Instead make sure os.h is included which includes alloca.h if possible. diff -r 9b0e0a451464 -r 4940b8a98c78 tremor/mapping0.c --- a/tremor/mapping0.c Mon Jan 05 22:18:35 2009 +0000 +++ b/tremor/mapping0.c Mon Jan 05 22:55:58 2009 +0000 @@ -19,8 +19,8 @@ #include #include #include -#include #include "ogg.h" +#include "os.h" #include "ivorbiscodec.h" #include "mdct.h" #include "codec_internal.h" diff -r 9b0e0a451464 -r 4940b8a98c78 tremor/sharedbook.c --- a/tremor/sharedbook.c Mon Jan 05 22:18:35 2009 +0000 +++ b/tremor/sharedbook.c Mon Jan 05 22:55:58 2009 +0000 @@ -18,7 +18,6 @@ #include #include #include -#include #include "ogg.h" #include "os.h" #include "misc.h"