]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/GLBitmaps.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / screen / GLBitmaps.cxx
index eef3e7ad023d091fe5730676f7d7586f052983c6..0e9544ce70df3a43b3f7b5c1f1b3dfadc00de30b 100755 (executable)
@@ -1,5 +1,5 @@
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #ifdef HAVE_WINDOWS_H
@@ -9,6 +9,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
+#include <string.h>            // memcpy()
 
 #include <GL/glut.h>
 #include <simgear/xgl/xgl.h>