blob: 78f7a91497c53b33b9e758c6da149415c3495c5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- bosound/openal/bosonaudioal.h
+++ bosound/openal/bosonaudioal.h
@@ -21,7 +21,7 @@
#include "../bosonaudio.h"
-#include <AL/altypes.h>
+#include <AL/al.h>
class QString;
class BosonMusic;
--- bosound/openal/bosonsound.h
+++ bosound/openal/bosonsound.h
@@ -24,7 +24,7 @@
#include <qptrlist.h>
#include <qmap.h>
-#include <AL/altypes.h>
+#include <AL/al.h>
class BoPlayObject;
class BosonAudioAL;
|