]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Fix a problem where the cloud layers suddenly change color when looking towards the sun
[simgear.git] / simgear / screen / GLBitmaps.cxx
index eef3e7ad023d091fe5730676f7d7586f052983c6..f8b137022632cdbfd86289bed3799f586bd689cd 100755 (executable)
@@ -1,5 +1,5 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #ifdef HAVE_WINDOWS_H
@@ -9,9 +9,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <string.h>            // memcpy()
 
-#include <GL/glut.h>
-#include <simgear/xgl/xgl.h>
+#include <GL/gl.h>
 
 #include "GLBitmaps.h"