summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-02-18 10:45:37 +0000
committerMonty <xiphmont@xiph.org>2001-02-18 10:45:37 +0000
commit64b398458bf5c24f04e67d143202208fe6b78e00 (patch)
tree6bc637ad8d49ccf84307013a15fcaaaa98714f31
parent5343a13cd5ae8a1a5581d5394df39e350462f7dc (diff)
downloadlibvorbis-git-64b398458bf5c24f04e67d143202208fe6b78e00.tar.gz
#include "os.h" not <os.h>
svn path=/trunk/vorbis/; revision=1292
-rw-r--r--lib/scales.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scales.h b/lib/scales.h
index 83f87e1b..11d14ca0 100644
--- a/lib/scales.h
+++ b/lib/scales.h
@@ -11,7 +11,7 @@
********************************************************************
function: linear scale -> dB, Bark and Mel scales
- last mod: $Id: scales.h,v 1.13 2001/02/18 09:53:01 xiphmont Exp $
+ last mod: $Id: scales.h,v 1.14 2001/02/18 10:45:37 xiphmont Exp $
********************************************************************/
@@ -19,7 +19,7 @@
#define _V_SCALES_H_
#include <math.h>
-#include <os.h>
+#include "os.h"
/* 20log10(x) */
#define DYNAMIC_RANGE_dB 200.f