summaryrefslogtreecommitdiffstats
path: root/src/sound/oalsound/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/oalsound/channel.h')
-rw-r--r--src/sound/oalsound/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/oalsound/channel.h b/src/sound/oalsound/channel.h
index a04b509..2930f26 100644
--- a/src/sound/oalsound/channel.h
+++ b/src/sound/oalsound/channel.h
@@ -30,8 +30,8 @@
#include <deque>
#include <cassert>
-#include <AL/al.h>
-#include <AL/alc.h>
+#include <al.h>
+#include <alc.h>
struct SoundOper
{