aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/qal.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/qal.h')
-rw-r--r--code/client/qal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/client/qal.h b/code/client/qal.h
index 1d71179..a84639a 100644
--- a/code/client/qal.h
+++ b/code/client/qal.h
@@ -32,8 +32,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define AL_NO_PROTOTYPES
#define ALC_NO_PROTOTYPES
#endif
-#include <AL/al.h>
-#include <AL/alc.h>
+#include "../AL/al.h"
+#include "../AL/alc.h"
#if USE_OPENAL_DLOPEN
extern LPALENABLE qalEnable;