]> 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 eef3e7ad023d091fe5730676f7d7586f052983c6..57f95e07a0a76df6cde1bdc929091ea2adb2dfb6 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 GLUT_H
 
 #include "GLBitmaps.h"