]> git.tdb.fi Git - libs/al.git/blobdiff - source/device.h
Fix compilation on OS X
[libs/al.git] / source / device.h
index 1a4692d909292fb685993255c84685ee761e59f2..117a5514e67ce8e84e5d60f79235312b0562be22 100644 (file)
@@ -1,15 +1,12 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_DEVICE_H_
 #define MSP_AL_DEVICE_H_
 
 #include <string>
+#ifdef __APPLE__
+#include <OpenAL/alc.h>
+#else
 #include <AL/alc.h>
+#endif
 
 namespace Msp {
 namespace AL {