summaryrefslogtreecommitdiff
path: root/synthesis.c
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2006-01-09 01:45:05 +0000
committerRalph Giles <giles@xiph.org>2006-01-09 01:45:05 +0000
commit521f4d211d5435e623992b09bbd1d8e21e7af3c2 (patch)
tree741b7f1734502fd7d8e02d26db77fd164148f00f /synthesis.c
parent11396c027a7f457ae4e68f01b4962988f128c46b (diff)
downloadtremor-521f4d211d5435e623992b09bbd1d8e21e7af3c2.tar.gz
Fix a number of warnings, issue #622.
git-svn-id: https://svn.xiph.org/trunk/Tremor@10707 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'synthesis.c')
-rw-r--r--synthesis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/synthesis.c b/synthesis.c
index 43fa70d..962c730 100644
--- a/synthesis.c
+++ b/synthesis.c
@@ -22,6 +22,7 @@
#include "codec_internal.h"
#include "registry.h"
#include "misc.h"
+#include "block.h"
int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep){
vorbis_dsp_state *vd=vb->vd;