Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-04-16 15:36:32 +0000
committerStijn Buys <ingar@osirion.org>2011-04-16 15:36:32 +0000
commit8264546908f1722b4d0f0e91c42dd791ba8535c4 (patch)
treefdeccc3e0520b38e3694f1db41df7a3e2781ac3d /src/audio/pcm.cc
parent247b7593a943ac35f96039a5e2e5d412fefacadd (diff)
Reference the new wavfile header.
Diffstat (limited to 'src/audio/pcm.cc')
-rw-r--r--src/audio/pcm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/pcm.cc b/src/audio/pcm.cc
index dacb23c..b04e080 100644
--- a/src/audio/pcm.cc
+++ b/src/audio/pcm.cc
@@ -8,7 +8,7 @@
#include <string.h>
#include "audio/pcm.h"
-#include "audio/wav.h"
+#include "audio/wavfile.h"
namespace audio
{