]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
- Refactoring configure.ac a bit to use $host (please test on your platform)
[simgear.git] / simgear / screen / GLBitmaps.cxx
index 0edadf4189b47f142ff4b6afb29f4f202a16511d..57f95e07a0a76df6cde1bdc929091ea2adb2dfb6 100755 (executable)
@@ -1,5 +1,5 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #ifdef HAVE_WINDOWS_H
@@ -11,8 +11,7 @@
 #include <limits.h>
 #include <string.h>            // memcpy()
 
-#include <GL/glut.h>
-#include <simgear/xgl/xgl.h>
+#include GLUT_H
 
 #include "GLBitmaps.h"