]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
Added 'mesa_wgl.h' to make OpenGL headers happy on Windows
[lugaru.git] / Source / openal_wrapper.cpp
index 9f8debc5b5224d5ef5db4d4d7c64e2223bb4c49d..7386bc3f55894e86d11a76dc0104c3f6ff2fae9e 100644 (file)
@@ -26,11 +26,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <stdlib.h>
 #include <string.h>
 
+#ifdef _WIN32
+#include <malloc.h>
+#endif
+
 #include "MacCompatibility.h"
 #include "fmod.h"
 
-#include "AL/al.h"
-#include "AL/alc.h"
+#include "al.h"
+#include "alc.h"
 
 #include "ogg/ogg.h"
 #include "vorbis/vorbisfile.h"