From: Thomas Lauro Date: Wed, 25 Jul 2012 13:56:09 +0000 (+0200) Subject: Fix issue with openal mac os x compile X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=7a14171be4cdb2d78b9cb361b4fc10137ba3299c;p=zefram%2Fminetest%2Fminetest_engine.git Fix issue with openal mac os x compile --- diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp index d2f7276a..c78f6288 100644 --- a/src/sound_openal.cpp +++ b/src/sound_openal.cpp @@ -30,7 +30,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc., #elif defined(__APPLE__) #include #include - #include + //#include #else #include #include