include alext.h for ALC_ALL_DEVICES_SPECIFIER

This assumes OpenAL Soft (Simon McVittie, bug 4927)
This commit is contained in:
Ludwig Nussel 2011-03-13 15:46:27 +00:00
parent 0c10adaf92
commit 246b496693

View file

@ -44,6 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#else #else
#include <AL/al.h> #include <AL/al.h>
#include <AL/alc.h> #include <AL/alc.h>
#include <AL/alext.h>
#endif #endif
#endif #endif