]> git.tdb.fi Git - libs/al.git/blobdiff - source/context.h
Fix compilation on OS X
[libs/al.git] / source / context.h
index 10b9061cc7e7fe0bcf396e1709ff7c950ce99a54..7bb67af3b4bf8726de1e7d79fad293b164df8959 100644 (file)
@@ -1,14 +1,11 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_CONTEXT_H_
 #define MSP_AL_CONTEXT_H_
 
+#ifdef __APPLE__
+#include <OpenAL/alc.h>
+#else
 #include <AL/alc.h>
+#endif
 
 namespace Msp {
 namespace AL {