summaryrefslogtreecommitdiff
path: root/lib/codec_internal.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-11-17 11:47:38 +0000
committerMonty <xiphmont@xiph.org>2000-11-17 11:47:38 +0000
commit2d2fc4d662756faa3b471481f8aab5c88e74ada6 (patch)
tree049b0c3c3ff75ea49b13a3fe971699e2cd185d70 /lib/codec_internal.h
parent42ba5e22433c25bf3d8cb06c5e648fc38b7ac2ee (diff)
downloadlibvorbis-git-2d2fc4d662756faa3b471481f8aab5c88e74ada6.tar.gz
beta 3 commit. Unless I missed something (give it 50/50 odds ;-)
we're done for b3. Monty svn path=/trunk/vorbis/; revision=1057
Diffstat (limited to 'lib/codec_internal.h')
-rw-r--r--lib/codec_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/codec_internal.h b/lib/codec_internal.h
index 3787f2cc..1c609fc3 100644
--- a/lib/codec_internal.h
+++ b/lib/codec_internal.h
@@ -12,7 +12,7 @@
********************************************************************
function: libvorbis codec headers
- last mod: $Id: codec_internal.h,v 1.2 2000/11/06 00:07:00 xiphmont Exp $
+ last mod: $Id: codec_internal.h,v 1.3 2000/11/17 11:47:18 xiphmont Exp $
********************************************************************/
@@ -22,6 +22,7 @@
#include "envelope.h"
#include "codebook.h"
#include "psy.h"
+#include "bitbuffer.h"
typedef void vorbis_look_time;
typedef void vorbis_look_mapping;