Added os.h to res0.c and floor0.c in order to give _alloca/rint to MSVC
authorMonty <xiphmont@xiph.org>
Thu, 6 Apr 2000 15:47:55 +0000 (15:47 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 6 Apr 2000 15:47:55 +0000 (15:47 +0000)
svn path=/trunk/vorbis/; revision=306

lib/floor0.c
lib/res0.c

index fb9e1ba..728a74a 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: floor backend 0 implementation
- last mod: $Id: floor0.c,v 1.12 2000/03/10 13:21:18 xiphmont Exp $
+ last mod: $Id: floor0.c,v 1.13 2000/04/06 15:47:55 xiphmont Exp $
 
  ********************************************************************/
 
@@ -27,6 +27,7 @@
 #include "bookinternal.h"
 #include "scales.h"
 #include "misc.h"
+#include "os.h"
 
 typedef struct {
   long n;
index 6c93125..a3909ef 100644 (file)
@@ -12,7 +12,7 @@
  ********************************************************************
 
  function: residue backend 0 implementation
- last mod: $Id: res0.c,v 1.9 2000/04/03 09:45:55 xiphmont Exp $
+ last mod: $Id: res0.c,v 1.10 2000/04/06 15:47:55 xiphmont Exp $
 
  ********************************************************************/
 
@@ -31,6 +31,7 @@
 #include "scales.h"
 #include "bookinternal.h"
 #include "misc.h"
+#include "osc.h"
 
 typedef struct {
   vorbis_info_residue0 *info;