X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=blobdiff_plain;f=source%2Fdevice.h;h=117a5514e67ce8e84e5d60f79235312b0562be22;hp=4384aa41f33229682e20603ddd1c6b2907041e38;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hpb=b55eb969de5c5085474cd6c5ad2f102e9fe9ecb7 diff --git a/source/device.h b/source/device.h index 4384aa4..117a551 100644 --- a/source/device.h +++ b/source/device.h @@ -2,7 +2,11 @@ #define MSP_AL_DEVICE_H_ #include +#ifdef __APPLE__ +#include +#else #include +#endif namespace Msp { namespace AL {