From 7a14171be4cdb2d78b9cb361b4fc10137ba3299c Mon Sep 17 00:00:00 2001 From: Thomas Lauro Date: Wed, 25 Jul 2012 15:56:09 +0200 Subject: [PATCH] Fix issue with openal mac os x compile --- src/sound_openal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp index d2f7276..c78f628 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