From 023002ae7395d5244c25af2db98007785b61739f Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 5 Oct 2009 11:10:40 +0000 Subject: [PATCH] add the alc.h header file vor OpenAL context related code --- simgear/sound/soundmgr_openal.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/sound/soundmgr_openal.hxx b/simgear/sound/soundmgr_openal.hxx index 2c40eeca..84c33502 100644 --- a/simgear/sound/soundmgr_openal.hxx +++ b/simgear/sound/soundmgr_openal.hxx @@ -45,9 +45,11 @@ # define AL_ILLEGAL_ENUM AL_INVALID_ENUM # define AL_ILLEGAL_COMMAND AL_INVALID_OPERATION # include +# include # include #else # include +# include # include #endif -- 2.39.5