Fix for old, broken OpenAL-Soft headers

See 4219b91bbb
This commit is contained in:
Jonas Kulla 2015-05-26 01:40:53 +02:00
parent 88eca58268
commit e4bc08e972
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <SDL_thread.h>
#include <SDL_touch.h>
#include <al.h>
#include <alc.h>
#include <alext.h>
#include "sharedstate.h"