diff tremor/mapping0.c @ 28240:4940b8a98c78

Fix r28222, including alloca.h directly might break compilation. Instead make sure os.h is included which includes alloca.h if possible.
author reimar
date Mon, 05 Jan 2009 22:55:58 +0000
parents 54c35115639c
children e83eef58b30a
line wrap: on
line diff
--- 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 <stdio.h>
 #include <string.h>
 #include <math.h>
-#include <alloca.h>
 #include "ogg.h"
+#include "os.h"
 #include "ivorbiscodec.h"
 #include "mdct.h"
 #include "codec_internal.h"