]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/screen-dump.cxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / screen / screen-dump.cxx
index d6a62ba05b48e95160c25355e2610408d5316aff..ce4b5c45ff1e5bcb9fa8718382c1a6ba9144b80c 100644 (file)
@@ -36,7 +36,9 @@
 #include <stdlib.h>
 #include <limits.h>
 
-#include <GL/gl.h>
+#include <simgear/compiler.h>
+
+#include SG_GL_H
 
 #include "screen-dump.hxx"