From 4950682c802a28c9e257efb7c34e18d4b922b514 Mon Sep 17 00:00:00 2001 From: vl Date: Thu, 13 May 2010 19:01:07 +0200 Subject: [PATCH] Changed: #872 include path are not the same for openal on mac (patch by rti) --- code/nel/src/sound/driver/openal/stdopenal.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/code/nel/src/sound/driver/openal/stdopenal.h b/code/nel/src/sound/driver/openal/stdopenal.h index 4bd9fd2a3..4ee7036bc 100644 --- a/code/nel/src/sound/driver/openal/stdopenal.h +++ b/code/nel/src/sound/driver/openal/stdopenal.h @@ -35,8 +35,13 @@ #include #include -#include -#include +#ifdef NL_OS_MAC +# include +# include +#else +# include +# include +#endif #include #include