summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/OpenALStream.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-03-28 17:18:34 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-03-28 17:18:34 +0000
commitb20f2c17af166a2619ac801a394533a5448a121d (patch)
tree7d533f092532f5ed524e1edad97dde429c0624c5 /Source/Core/AudioCommon/Src/OpenALStream.cpp
parent409f10ed6e63b54998e67d26f6c312fddafe94f5 (diff)
fix some OpenAL unresolved symbols on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2779 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/OpenALStream.cpp')
-rw-r--r--Source/Core/AudioCommon/Src/OpenALStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/OpenALStream.cpp b/Source/Core/AudioCommon/Src/OpenALStream.cpp
index 306188b10b..66dd9b8807 100644
--- a/Source/Core/AudioCommon/Src/OpenALStream.cpp
+++ b/Source/Core/AudioCommon/Src/OpenALStream.cpp
@@ -16,7 +16,7 @@
// http://code.google.com/p/dolphin-emu/
-#include "OpenAlStream.h"
+#include "OpenALStream.h"
#define AUDIO_NUMBUFFERS (4)