X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcontext.h;h=7bb67af3b4bf8726de1e7d79fad293b164df8959;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=10b9061cc7e7fe0bcf396e1709ff7c950ce99a54;hpb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;p=libs%2Fal.git diff --git a/source/context.h b/source/context.h index 10b9061..7bb67af 100644 --- a/source/context.h +++ b/source/context.h @@ -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 +#else #include +#endif namespace Msp { namespace AL {