new mdct.c needs os.h
authorMonty <xiphmont@xiph.org>
Sun, 17 Dec 2000 00:34:05 +0000 (00:34 +0000)
committerMonty <xiphmont@xiph.org>
Sun, 17 Dec 2000 00:34:05 +0000 (00:34 +0000)
svn path=/trunk/vorbis/; revision=1114

lib/mdct.c

index 92d6e78..13092b6 100644 (file)
@@ -13,7 +13,7 @@
 
  function: normalized modified discrete cosine transform
            power of two length transform only [64 <= n ]
- last mod: $Id: mdct.c,v 1.20 2000/12/16 01:49:39 xiphmont Exp $
+ last mod: $Id: mdct.c,v 1.21 2000/12/17 00:34:05 xiphmont Exp $
 
  Original algorithm adapted long ago from _The use of multirate filter
  banks for coding of high quality digital audio_, by T. Sporer,
@@ -44,6 +44,7 @@
 #include <math.h>
 #include "vorbis/codec.h"
 #include "mdct.h"
+#include "os.h"
 
 /* build lookups for trig functions; also pre-figure scaling and
    some window function algebra. */