From: frohlich Date: Sun, 3 Dec 2006 17:44:27 +0000 (+0000) Subject: Modified Files: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2792d60e2d478758c1c735b0d5d3d486f5e4c42a;p=simgear.git Modified Files: simgear/screen/extensions.hxx: Make it compile on macos --- diff --git a/simgear/screen/extensions.hxx b/simgear/screen/extensions.hxx index 8bbf4f36..d380d9a3 100644 --- a/simgear/screen/extensions.hxx +++ b/simgear/screen/extensions.hxx @@ -32,12 +32,11 @@ # include #endif -#if !defined(WIN32) -# include -#endif - #include +#if !defined(WIN32) +# include SG_GLX_H +#endif #include SG_GL_H