From b567e8fb31651800bc48d60e759b3afacb480c39 Mon Sep 17 00:00:00 2001 From: nakeee Date: Tue, 8 Feb 2011 12:35:43 +0000 Subject: [PATCH] Another OSX cmake fix (make openal compile) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7116 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/AudioCommon/Src/OpenALStream.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/AudioCommon/Src/OpenALStream.h b/Source/Core/AudioCommon/Src/OpenALStream.h index b6e9253590..7d33bb854c 100644 --- a/Source/Core/AudioCommon/Src/OpenALStream.h +++ b/Source/Core/AudioCommon/Src/OpenALStream.h @@ -26,6 +26,9 @@ #ifdef _WIN32 #include "../../../../Externals/OpenAL/include/al.h" #include "../../../../Externals/OpenAL/include/alc.h" +#elif defined __APPLE__ +#include +#include #else #include #include