X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fgl.h;h=05844ba5f4666e5b048209ab9340bff69a601d68;hp=c033a377aa7a1bd11ed75294fc3f67ae633b6f49;hb=710418caebcbcb9ed22bb828cb1dcd88d6b99aa1;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1 diff --git a/source/gl.h b/source/gl.h index c033a377..05844ba5 100644 --- a/source/gl.h +++ b/source/gl.h @@ -1,16 +1,15 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_GL_H_ #define MSP_GL_GL_H_ #ifdef WIN32 #include #endif +#ifdef __APPLE__ +#include +#include +#else #include +#include +#endif #endif