[xiph-commits] r9260 - branches/lowmem-branch/Tremor

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Tue May 10 11:31:44 PDT 2005


Author: giles
Date: 2005-05-10 11:31:43 -0700 (Tue, 10 May 2005)
New Revision: 9260

Modified:
   branches/lowmem-branch/Tremor/mapping0.c
Log:
Include os.h in mapping0.c so alloca() is available.


Modified: branches/lowmem-branch/Tremor/mapping0.c
===================================================================
--- branches/lowmem-branch/Tremor/mapping0.c	2005-05-10 18:27:32 UTC (rev 9259)
+++ branches/lowmem-branch/Tremor/mapping0.c	2005-05-10 18:31:43 UTC (rev 9260)
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <math.h>
 #include "ogg.h"
+#include "os.h"
 #include "ivorbiscodec.h"
 #include "mdct.h"
 #include "codec_internal.h"



More information about the commits mailing list