]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.hxx
add the alc.h header file vor OpenAL context related code
[simgear.git] / simgear / sound / soundmgr_openal.hxx
index 2c40eecaf5a4e448bbd91826484598da459cb44b..84c3350289a638813c1eb2ba416649f149ad1501 100644 (file)
 # define AL_ILLEGAL_ENUM AL_INVALID_ENUM
 # define AL_ILLEGAL_COMMAND AL_INVALID_OPERATION
 # include <OpenAL/al.h>
+# include <OpenAL/alc.h>
 # include <OpenAL/alut.h>
 #else
 # include <AL/al.h>
+# include <AL/alc.h>
 # include <AL/alut.h>
 #endif