]> git.mxchange.org Git - simgear.git/commitdiff
add the alc.h header file vor OpenAL context related code
authorehofman <ehofman>
Mon, 5 Oct 2009 11:10:40 +0000 (11:10 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 6 Oct 2009 05:22:06 +0000 (07:22 +0200)
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