From 717a0d51e1a1707a49a88e09389919fec6c76c12 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sat, 4 Oct 2008 22:07:55 +0000 Subject: [PATCH] added the mixer.cpp to LLE on linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@772 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_LLE/Src/Mixer.cpp | 2 ++ Source/Plugins/Plugin_DSP_LLE/Src/SConscript | 1 + 2 files changed, 3 insertions(+) diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/Mixer.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/Mixer.cpp index 448ee1090e..373e0bba16 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/Mixer.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/Mixer.cpp @@ -25,6 +25,8 @@ #ifdef _WIN32 #include "DSoundStream.h" +#else +#include #endif namespace { diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/SConscript b/Source/Plugins/Plugin_DSP_LLE/Src/SConscript index 2d09fe08a3..388906dccd 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/SConscript +++ b/Source/Plugins/Plugin_DSP_LLE/Src/SConscript @@ -22,6 +22,7 @@ files = [ "opcodes.cpp", "Tools.cpp", "main.cpp", + "Mixer.cpp", "Logging/ReadPBs.cpp", "Logging/Console.cpp", "Logging/Logging.cpp",