X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdevice.h;h=117a5514e67ce8e84e5d60f79235312b0562be22;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=1a4692d909292fb685993255c84685ee761e59f2;hpb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;p=libs%2Fal.git diff --git a/source/device.h b/source/device.h index 1a4692d..117a551 100644 --- a/source/device.h +++ b/source/device.h @@ -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 +#ifdef __APPLE__ +#include +#else #include +#endif namespace Msp { namespace AL {