Skip to content

Commit

Permalink
Fix issue with openal mac os x compile
Browse files Browse the repository at this point in the history
  • Loading branch information
frozon committed Jul 25, 2012
1 parent 68e593a commit 55f544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound_openal.cpp
Expand Up @@ -30,7 +30,7 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
#elif defined(__APPLE__)
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
#include <OpenAL/alext.h>
//#include <OpenAL/alext.h>
#else
#include <AL/al.h>
#include <AL/alc.h>
Expand Down

0 comments on commit 55f544e

Please sign in to comment.