Fixed build with Creative Labs OpenAL SDK

Tested with
* Creative OpenAL from https://www.openal.org/downloads/OpenAL11CoreSDK.zip
* OpenAL Soft from http://kcat.strangesoft.net/openal-binaries/openal-soft-1.17.1-bin.zip
This commit is contained in:
alexey.lysiuk 2016-02-02 10:29:23 +02:00
parent c9d81dff53
commit 90dd6b61b4

View file

@ -7,6 +7,8 @@
#ifndef NO_OPENAL
#define AL_NO_PROTOTYPES
#include "al.h"
#include "alc.h"