]> git.mxchange.org Git - simgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Sun, 3 Dec 2006 17:44:27 +0000 (17:44 +0000)
committerfrohlich <frohlich>
Sun, 3 Dec 2006 17:44:27 +0000 (17:44 +0000)
simgear/screen/extensions.hxx: Make it compile on macos

simgear/screen/extensions.hxx

index 8bbf4f36e1009afa9b44d1173e936de93bfb84c3..d380d9a3f34cb8bfc814f25e76cda881034972e1 100644 (file)
 # include <windows.h>
 #endif
 
-#if !defined(WIN32)
-# include <GL/glx.h>
-#endif
-
 #include <simgear/compiler.h>
 
+#if !defined(WIN32)
+# include SG_GLX_H
+#endif
 #include SG_GL_H