summaryrefslogtreecommitdiff
path: root/lib/synthesis.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-07-07 00:53:10 +0000
committerMonty <xiphmont@xiph.org>2000-07-07 00:53:10 +0000
commit2b112c76e8eddde0694b326df88e5926fbe1a25d (patch)
tree2504d821fc3d595beec4d56daaec489d24acb349 /lib/synthesis.c
parent7024aea56cb8b05218f084e7bf04e7e24bb11152 (diff)
downloadlibvorbis-git-2b112c76e8eddde0694b326df88e5926fbe1a25d.tar.gz
Add os.h to get alloc.h in these modules for IRIX
svn path=/trunk/vorbis/; revision=513
Diffstat (limited to 'lib/synthesis.c')
-rw-r--r--lib/synthesis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/synthesis.c b/lib/synthesis.c
index 7812149a..00c90080 100644
--- a/lib/synthesis.c
+++ b/lib/synthesis.c
@@ -12,7 +12,7 @@
********************************************************************
function: single-block PCM synthesis
- last mod: $Id: synthesis.c,v 1.16 2000/06/15 09:18:34 xiphmont Exp $
+ last mod: $Id: synthesis.c,v 1.17 2000/07/07 00:53:10 xiphmont Exp $
********************************************************************/
@@ -21,6 +21,7 @@
#include "registry.h"
#include "bitwise.h"
#include "misc.h"
+#include "os.h"
int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){
vorbis_dsp_state *vd=vb->vd;