summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-04-06 15:55:41 +0000
committerMonty <xiphmont@xiph.org>2000-04-06 15:55:41 +0000
commitc28b700da78c158acedd9690c1a5de72dd0751c2 (patch)
treec753354ed4c59102c11ffbe26d1c3f815b1e0b14
parentb00a5bc725f4d06e8e096698d973a5cc0b365167 (diff)
downloadlibvorbis-git-c28b700da78c158acedd9690c1a5de72dd0751c2.tar.gz
I am a moron.
Monty svn path=/trunk/vorbis/; revision=307
-rw-r--r--lib/res0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/res0.c b/lib/res0.c
index a3909ef1..a6ad557b 100644
--- a/lib/res0.c
+++ b/lib/res0.c
@@ -12,7 +12,7 @@
********************************************************************
function: residue backend 0 implementation
- last mod: $Id: res0.c,v 1.10 2000/04/06 15:47:55 xiphmont Exp $
+ last mod: $Id: res0.c,v 1.11 2000/04/06 15:55:41 xiphmont Exp $
********************************************************************/
@@ -31,7 +31,7 @@
#include "scales.h"
#include "bookinternal.h"
#include "misc.h"
-#include "osc.h"
+#include "os.h"
typedef struct {
vorbis_info_residue0 *info;